/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2026 | 23:34:10 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
*/

/* -----------------------------
○○〇の設定
----------------------------- */
@media (min-width: 600px) {
  .p-mainVisual.-margin-on {
    max-width: 1500px;
    margin: 0 auto;
  }
}

.-height-img .p-mainVisual__img {
  width: 70% !important;
  border-radius: 20px;
  margin: 0 auto;
  border: 6px solid var(--color_main);
    height: 550px;
    object-fit: cover;
}

.p-mainVisual {
  position: relative;
  overflow: visible;
}

.p-mainVisual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 50%;
  background-image: url("https://test.sports-club-orca.com/wp-content/uploads/2026/03/mv-bg-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
}

@media (max-width: 960px) {
  .p-mainVisual__textLayer {
    position: static;
    transform: none;
  }

  .-height-img .p-mainVisual__img {
    width: 85% !important;
    border-radius: 10px;
    border: 3px solid var(--color_main);
	  height:auto;
  }

  .p-mainVisual::after {
    height: 80%;
  }

  .p-mainVisual__inner .swiper-pagination {
    display: none;
  }
}

/* CONCEPT */
.ark-block-slider__media .ark-block-slider__img {
  border-radius: 10px;
  border: 4px solid #c5c5c5;
}

/* 動画 */
.movie video {
  border-radius: 20px;
  max-width: 700px;
  margin: 0 auto;
  border: 5px solid var(--color_main);
}

.absolute-icon {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -----------------------------
流れるスライド設定
----------------------------- */
.mySwiper {
  overflow: hidden;
}

.mySwiper .swell-block-columns__inner {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content;
}

.mySwiper .swell-block-column {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .mySwiper .swell-block-column {
    width: calc(100vw / 5);
  }

  .mySwiper img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .mySwiper .swell-block-column {
    width: calc(100vw / 2.5);
  }
}

/* -----------------------------
スタジオオルカ
----------------------------- */
.eight-deco {
  position: relative;
  overflow: hidden;
}

.eight-deco::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
  background: var(--color_deep02);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

.group-link-wrap {
  display: block !important;
}

.item-01 .group-link-wrap .wp-block-group {
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.item-01 .group-link-wrap:hover .wp-block-group {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.item-01 .group-link-wrap img {
  transition: transform 0.4s ease;
}

.item-01 .group-link-wrap:hover img {
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .eight-deco::after {
    width: 20px;
    height: 20px;
  }

  .eight-deco::before {
    width: 20px;
    height: 20px;
  }

  .group-link-wrap .wp-block-group .eight-deco {
    padding: 0.7em;
  }
}

.eight-deco-mark .swl-bg-color {
  padding: 0.5em 0.4em;
  border-radius: 100px;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.7em 0.75em;
}

/* ======================
CTA中央の縦ライン
====================== */
.center-line {
  position: relative;
}

.center-line::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: var(--color_main);
  z-index: 1;
}

.center-line .swell-block-column {
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .center-line::before {
    display: none;
  }
}

/* -----------------------------
サービス
----------------------------- */
.heading-area {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  padding: 1em 0 !important;
}

.table-area {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

/* -----------------------------
よくある質問
----------------------------- */
.swell-block-accordion__title {
  border-radius: 10px;
}

.swell-block-accordion__title .swell-block-accordion__label {
  padding: 0 1em 0 2.5em;
}

.swell-block-accordion__label::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  content: "Q";
  background: var(--color_deep03);
  color: #fff;
  font-weight: bold !important;
  padding-bottom: 5px;
  width: 30px;
  height: 30px;
  font-size: 115%;
  border-radius: 50%;
  left: 1em;
  position: absolute;
}

.swell-block-accordion__body p {
  padding-left: 2.5em;
}

.swell-block-accordion__body::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  content: "A";
  background: #ec5a29;
  color: #fff;
  font-weight: bold !important;
  padding-bottom: 5px;
  width: 30px;
  height: 30px;
  font-size: 115%;
  border-radius: 50%;
  position: absolute;
  margin-left: 2px;
}

/* -----------------------------
会社概要
----------------------------- */
.company-img {
  position: relative;
  display: inline-block;
}

.company-img::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-image: url("https://test.sports-club-orca.com/wp-content/uploads/2026/04/store-bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.company-img img {
  position: relative;
  z-index: 1;
  display: block;
}

.wp-block-table.is-style-regular tr {
  border-bottom: 1px solid #00b800;
}

.wp-block-table.is-style-regular td {
  padding: 12px 16px;
  border: 1px solid #00b800;
  border-bottom: 1px solid #00b800;
}

.wp-block-table.is-style-regular tr:last-child td {
  border-bottom: none;
}

.wp-block-table.is-style-regular {
  margin: 24px 0;
}

/* -----------------------------
初めての方へ
----------------------------- */
.absolute-check {
  position: absolute;
  top: 0%;
  left: 24%;
  transform: translate(-50%, -50%);
}
/*------------  共通 --------
---------------------------*/
textarea, input[type=text], input[type=email], input[type=tel], .contact-area input[type="checkbox"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.contact-area {
  max-width: 800px;
  margin: 0 auto;
}
.Required {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #b40000;
  color: #b40000;
}
.Any {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #0096DD;
  color: #0096DD;
}
.contact-area input {
  border: none;
  background: no-repeat;
  border: 1px solid var(--color_main);
  width:100%;
}
.contact-enter input {
  width: 100%;
  transition: .3s;
  background: #fff;
height: 50px;
}
.contact-enter input:hover {
  transition: .3s;
  border-bottom: 1px solid #f1f1f1;
}
@media (min-width: 640px) {
  .contact-enter .wpcf7-date {
    width: 40%;
  }
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
.contact-area .check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.contact-common select {
  background: #fff;
  border: 1px solid var(--color_main);
  height: 40px;
}
.contact-common .contact-case select {
  width: 80px;
}
.contact-select select {
  transition: .3s;
  border: 1px solid var(--color_main);
  width: 100%;
height: 50px;
}
.contact-select select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-select-parson select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 80px;
  margin: 0 0.2em;
}
.contact-select-parson select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-2colitem {
  width: 43%;
}
.textarea {
  border-top: 1px solid #ddd;
}
.contact-textarea {
  margin: 1rem 0;
}
.contact-textarea textarea {
  transition: .3s;
  border: 1px solid var(--color_main);
  padding: 0.5rem;
  width: 100%;
  background: #fff;
}
.contact-textarea textarea:hover {
  transition: .3s;
  border: 1px solid #919191dd;
}
.contact-common {
  padding: 0.5rem 0.3rem;
}
.contact-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 1rem 0px;
}
.contact-item {
  width: 40%;
}
.contact-enter {
  width: 60%;
}
.contact-other{
  width: 100%;
}
@media (max-width: 600px) {
  .contact-item, .contact-enter {
    width: 100%;
    margin:0 0 1em;
  }
  .check span.wpcf7-list-item {
    margin: 0 !important;
  }
  .wpcf7-list-item-label {
    font-size: 14px;
  }
  .wp-block-group__inner-container p {
    width: 100%;
  }
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
.check input {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.contact-post-column {
  display: flex;
  max-width: 60%;
  align-items: center;
}
@media (max-width: 600px) {
  .contact-post-column {
    max-width: 100%;
  }
}
.p-postal-code {
  font-size: 18px;
  width: 100%;
  transition: all .35s ease-in-out .35s;
  border-bottom: 1px solid #828282;
}
/*  */
.wpcf7 input[type="file"] {
  cursor: pointer;
  font-size: 14px;
  font-family: 'Noto sans JP', serif;
}
.caution {
  font-size: 14px;
  margin: 0.4rem 1rem;
  letter-spacing: 0;
}
.send{
    text-align: center;
}
.send button {
  background: var(--color_main);
  width: 300px;
  margin: 3rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
}
.send button:hover {
  transition: .5s;
  opacity: 0.7;
}
.contact-area .send button {
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.send input {
  background: var(--color_main);
  width: 300px;
  margin: 3rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
}
.send input:hover {
  transition: .5s;
  opacity: 0.7;
}
.contact-area .send input {
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact-checkbox .wpcf7-checkbox .wpcf7-list-item {
  min-width: 180px;
}
.contact-select .wpcf7-checkbox{
	display: flex;
    flex-direction: column;
}
.contact-select .wpcf7-checkbox span.wpcf7-list-item {
    padding: 0.3em 0;
}
.contact-select label{
	display: flex;
    align-items: center;
}
.contact-select input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color_main);
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
	margin: 0 0.3rem;
}
.contact-select input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #333;
    position: relative;
}
.contact-select input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
  color: #333;
    font-size: 25px;
    position: absolute;
    top: -14px;
    left: 2px;
    transform: rotate(0deg);
}
.contact-select input[type="checkbox"]:hover {border-color: #ddd;
}
.wpcf7-list-item-label a {
  color: #0096DD;
  text-decoration: underline;
  text-decoration-color: #0096DD;
}
/* ===============================
   確認画面（#cf7-step2）
================================= */
#cf7-step2 {
  padding: 2em;
  margin-top: 2em;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

/* 確認内容リスト */
#cf7-step2 .confirm-list {
  border-top: 1px solid #eee;
  margin-bottom: 2em;
}

#cf7-step2 .confirm-list dt {
  font-weight: bold;
  color: #333;
  border-bottom: 1px dotted #ccc;
  padding-top: 0.8em;
}

#cf7-step2 .confirm-list dd {
  margin: 0 0 1em 1em;
  line-height: 1.6;
  color: #555;
}

#cf7-step2 .send {
  display: flex;
  justify-content: center;
  gap: 1em;
}
#cf7-step2 .send input[type="submit"] {
  background: var(--color_main);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 0.8em 2em;
  border-radius: 4px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s;
}
#cf7-step2 .send input[type="submit"]:hover {
  opacity: 0.7;
}
#cf7-step2 #backBtn {
  background: #ccc;
  color: #333;
  font-weight: bold;
  border: none;
  padding: 0.8em 2em;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
#cf7-step2 #backBtn:hover {
  background: #bbb;
}

/* 追加 */
.birth-flex{
  display:flex;
  gap:10px;
}

.birth-flex select{
  width:100%;
  padding:8px;
}
.age-display{
  margin-top:8px;
  font-size:14px;
  color:#666;
}

/* ======================
記事内フォーム（CF7） single-post専用
====================== */
.single-post .wpcf7 {
  max-width: 720px;
  margin: 2em auto;
  padding: 1.5em;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* ラベル */
.single-post .wpcf7 label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

/* 入力フィールド共通 */
.single-post .wpcf7 input[type="text"],
.single-post .wpcf7 input[type="email"],
.single-post .wpcf7 input[type="tel"],
.single-post .wpcf7 textarea {
  width: 100%;
  padding: 0.7em 0.8em;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background: #fafafa;
  transition: border .2s ease, background .2s ease;
}

/* フォーカス */
.single-post .wpcf7 input:focus,
.single-post .wpcf7 textarea:focus {
  border-color: var(--color_main);
  background: #fff;
  outline: none;
}

/* チェックボックス（性別・同意） */
.single-post .wpcf7-checkbox,
.single-post .wpcf7-acceptance {
  display: flex;
  gap: 1em;
  margin: 0.5em 0 1em;
  flex-wrap: wrap;
}

.single-post .wpcf7-list-item {
  margin: 0;
}

/* テキストエリア */
.single-post .wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

/* 送信ボタン */
.single-post .wpcf7-submit {
  width: 100%;
  padding: 0.9em;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: var(--color_main);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all .25s ease;
}

/* hover */
.single-post .wpcf7-submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* disabled */
.single-post .wpcf7-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* エラー */
.single-post .wpcf7-not-valid {
  border-color: #ff4d4f;
}

/* レスポンスメッセージ */
.single-post .wpcf7-response-output {
  margin-top: 1em;
  font-size: 0.9rem;
}
/* ベース */
.top-btn {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}

/* ホバーで浮く */
.top-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* 光のライン */
.top-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  transform: skewX(-20deg);
}

/* ホバー時にスーッと通過 */
.top-btn:hover::before {
  animation: shine 0.8s ease;
}

@keyframes shine {
  0% { left: -120%; }
  100% { left: 120%; }
}