/*
Theme Name: Bluecave2026
Description: A simple, monochrome, mobile-friendly theme.
Version: 2.6.0
Author: ARTS Design Lab,
*/ :root {
  /* Text Color */
  --primary-color: #00bfff; /*deepskyblue*/
  --accent-color: #66cdaa; /*aquamarine*/
  --text-color: #ffffff;
  --link-color: #87ceeb; /*skyblue*/
  --hover-color: #b0e0e6; /*powderblue*/
  /* Color */
  --border-color: #e0e0e0;
  --bg-white: #ffffff;
  --bg-green: #40e0d0; /*turquoise*/
  --bg-yellow: #ffd700; /*gold*/
  --bg-red: #ff1493; /*deeppink*/
  --max-width: 1200px;
  --nav-height: 60px;
  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
  --spacing-xl: 8rem;
  /* Transitions */
  --transition-standard: 0.3s ease;
	--wpforms-label-color: #ffffff;
}
/*-------------------------------------------------------------
   Reset & Base Styles
-------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  background-color: #000000;
  background: url('images/background1200.jpg') center 0 no-repeat #000 fixed;
}
img {
  height: auto;
  vertical-align: bottom;
}
/* --- 基本設定 --- */
body {
  padding: 0;
}
/* --- 見出し (h1 - h6) --- */
h1, h2, h3, h4, h5, h6 {
  color: #87cefa; /*lightskyblue*/
  text-align: center;
}
h2.left, h3.left, h4.left, h5.left {
  text-align: left;
}
h2.border, h3.border, h4.border, h5.border {
  padding: 0.3rem 0.5rem;
  border-bottom: 2px solid #e1e1e1;
}
h1.entry-title {
  text-align: center;
}
h1.entry-title {
  padding-bottom: 8px;
  border-bottom: solid 4px #cce4ff;
  position: relative;
  margin-bottom: 1.5em;
}
h1.entry-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #5472cd;
  bottom: -4px;
  width: 20%;
}
.site-content h2 {
  color: #87cefa;
  border-top: 2px solid #b0e0e6;
  border-bottom: 2px solid #b0e0e6;
  text-align: center;
  padding: 7px 0;
}
h3 i.fa-solid {
	color: #ffd700;
	font-size: 1.5em;
	padding-left: 8px;
	padding-right: 8px;
}

/* --- 段落 (p) --- */
p {
  font-size: 1rem;
  margin-bottom: 1.5em;
  word-wrap: break-word;
  /* 長い英単語のハミ出し防止 */
}
p.text-shadow-soft {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
p.text-shadow-strong {
  color: #fff;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.9), 1px 1px 3px rgba(0, 0, 0, 0.8);
}
/* --- リンク (a) --- */
a {
  color: var(--link-color);
  /* 青：標準的なリンク色 */
}
a:hover {
  color: #2ca9e1;
  /* 空色：ホバー時に明るくする */
}
/* --- 画像 (img) --- */
img {
  max-width: 100%;
  /* 親要素からはみ出さない */
  height: auto;
  /* アスペクト比を維持 */
  vertical-align: middle;
  /* border-radius: 8px; */
  /* 少し角を丸くするとモダンに見えます */
}
.text-left {
  text-align: left;
}
.text-right, .mobile-center {
  text-align: right;
}
.text-center {
  text-align: center;
}
.box-center {
  margin-right: auto;
  margin-left: auto;
}
span.margin1 {
  padding: 0 1em;
}
.text-yellow {
  color: #ffff00;
}
.text-red {
  color: #ff1493;
}
.text-green {
  color: #48d1cc;
}
.text-big {
  font-size: 1.14em;
  font-weight: 700;
}
.text-large {
  font-size: 1.28em;
  font-weight: 700;
}
hr {
  /* デフォルトのボーダーをリセット */
  border: none;
  /* 線の太さと色を指定 */
  border-top: 2px solid #dcdcdc;
  /* 上下の余白（上下に20px、左右は0） */
  margin: 12px 0;
  /* 線の透明度を調整したい場合はここ（任意） */
  opacity: 1;
}
hr.space {
  /* デフォルトのボーダーをリセット */
  border: none;
  /* 線の太さと色を指定 */
  border-top: 1px solid #111111;
  /* 上下の余白（上下に20px、左右は0） */
  margin: 20px 0;
  /* 線の透明度を調整したい場合はここ（任意） */
  opacity: 0.1;
}
/*-------------------------------------------------------------
   Layout
-------------------------------------------------------------*/
.main-container {
  width: 1024px;
  margin: 0 auto;
  padding: 12px 18px;
  background-color: rgba(0, 0, 0, 0.8);
}
.container {
  width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}
.site-content {
  display: block;
}
.main-content {
  width: 100%;
  padding-bottom: 2rem;
}
.sidebar {
  width: 100%;
  /* Space between content and sidebar */
}
.sidebar, sidebar {
  background-color: #000000;
}
.footer, footer {
  background-color: #000000;
}
/*-------------------------------------------------------------
   Header
-------------------------------------------------------------*/
.header-line {
  margin: 0;
  padding: 0;
}
h1.site-title {
  font-size: 1em;
  line-height: 1.2;
  font-weight: bold;
  padding: 3px 30px 3px 0;
  margin: 0;
  text-align: left;
}
h1.site-title a,
h1.site-title a:hover {
  color: #ffffff;  
}
.header-logo {
  text-align: left;
}
.header-logo img {
  max-width: 100%;
}
.header-sns img {
  margin: 0 12px;
}
/*-------------------------------------------------------------
PC-Navi
-------------------------------------------------------------*/
/* ラッパー: 背景色のみ */
.global-nav-wrapper {
  width: 100%;
  background-color: #1a1a1a;
}
/* ナビゲーション本体 */
.global-nav {
  padding-top: 1px;
  padding-bottom: 1px;
}
/* メニューリスト全体の定義 */
.global-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; /* Flexboxを適用 */
  justify-content: center; /* 中央寄せ */
  flex-wrap: wrap; /* 折り返し許可 */
}
/* 各メニュー項目 */
.global-nav li {
  position: relative; /* サブメニューの基準点 */
  margin: 0;
  padding: 0;
}
/* リンクボタンのデザイン */
.global-nav a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px; /* クリックエリアを少し広めに */
  color: #fafafa;
  text-decoration: none;
  transition: background-color 0.3s; /* 変化を滑らかに */
}
.global-nav a:hover {
  background-color: #6495ed;
}
/* --- サブメニュー（ドロップダウン） --- */
.global-nav ul.sub-menu, .global-nav ul.children {
  display: none;
  position: absolute;
  top: 100%; /* 親メニューの直下に配置 */
  left: 0;
  min-width: 300px;
  background-color: #2a2a2a; /* 背景色を少し変えると見やすい */
  z-index: 100;
  flex-direction: column; /* 縦に並べる */
}
/* 第2階層以降の横開き設定 */
.global-nav ul.sub-menu ul, .global-nav ul.children ul {
  top: 0;
  left: 100%; /* 横にずらす */
}
/* ホバーで表示 */
.global-nav li:hover > ul {
  display: flex;
}
/* サブメニュー内の項目 */
.global-nav .sub-menu li {
  width: 100%;
}
.global-nav .sub-menu a {
  padding: 10px 16px;
  font-size: 14px; /* サブは少し小さく */
  border-bottom: 1px solid #333; /* 項目間に境界線 */
}
/* サブメニューが表示されやすく、消えにくくする設定 */
.global-nav ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -10px; /* 親メニューとの隙間を埋める透明なクッション */
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
}
/* 文字を消してアイコンだけにする場合 */
.global-nav li.home-link a {
  font-size: 0; /* 元の「ホーム」という文字を隠す */
}
.global-nav li.home-link a::before {
  content: "\f015"; /* Font AwesomeのHomeアイコンのUnicode */
  font-family: "Font Awesome 6 Free"; /* バージョンに合わせて調整 */
  font-weight: 900; /* Solidアイコンの場合は900 */
  font-size: 16px; /* アイコンのサイズ */
  color: #fafafa;
}
/*-------------------------------------------------------------
Mobile-Navi
-------------------------------------------------------------*/
/* PC表示では全て隠す */
.menu-trigger, #mobile-nav, .nav-overlay {
  display: none;
}
/* 978で切り替え */
@media screen and (max-width: 979px) {
  /* 0. PCメニューを非表示 */
  .global-nav-wrapper {
    display: none;
  }
  /* 1. ハンバーガーアイコン (18px) */
  .menu-trigger {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 24px;
    /* ご指定のサイズ */
    height: 18px;
    z-index: 1000;
    cursor: pointer;
  }
  .menu-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ff1493;
    transition: transform .3s, opacity .3s;
  }
  .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .menu-trigger span:nth-child(2) {
    top: 6px;
  }
  .menu-trigger span:nth-child(3) {
    top: 12px;
  }
  /* ×印に変形 */
  .menu-trigger.active span:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
  }
  /* 2. メニュー本体 (スライド設定) */
  #mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    /* 画面の70% */
    height: 100vh;
    background: #fff;
    z-index: 999;
    /* 最初は左側に隠す */
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    /* スライドのアニメーション速度 */
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  /* オープン時の状態 */
  #mobile-nav.open {
    transform: translateX(0);
  }
  /* 内部レイアウト */
  .menu-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  /* メニューリスト */
  .mobile-menu-list {
    list-style: none;
    padding: 60px 0 0 0;
    margin: 0;
    text-align: center;
  }
  .mobile-menu-list li a {
    display: block;
    width: 100%;
    /* 幅全幅 */
    height: 21px;
    /* 高さ21px */
    line-height: 21px;
    text-decoration: none;
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
  }
  /* 3. CLOSEボタン (一番下) */
  .menu-close {
    margin-top: auto;
    padding: 21px 0;
    text-align: center;
    background: #555555;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  /* 背景オーバーレイ */
  .nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
  }
  .nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  /* 背面のスクロール防止用 */
  body.no-scroll {
    overflow: hidden;
  }
}
/*-------------------------------------------------------------
Header Widget (Hero) 
-------------------------------------------------------------*/
p.header-widget-area {
  text-align: center;
  margin: 0;
  padding: 0;
}
.members-image {
  margin: 1em auto;
}
.en-img img {
  width: 280px;
  height: 280px;
  border: 3px solid #6591FF;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -o-border-radius: 150px;
  -ms-border-radius: 150px;
  border-radius: 150px;
  text-align: center;
  margin: 2em;
}
/* -------------------------------------------------------------------------
 *  2-Column Layout (Single, Category, Archive)
 * ------------------------------------------------------------------------- */
.two-col-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
.main-content7 {
  width: 70%;
  box-sizing: border-box;
  /* Optional: padding-right for spacing if not using space-between */
}
.sidebar-2col {
  width: 30%;
  padding-right: 1px;
  padding-left: 38px;
  box-sizing: border-box;
  /* Visual distinction as requested */
}
/* Sidebar Widget Styling */
.sidebar-2col .widget {
  margin-bottom: 30px;
}
.sidebar-2col .widget-title {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1.2em;
}
/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .two-col-container {
    flex-direction: column;
  }
  .main-content7 {
    width: 100%;
    margin-bottom: 40px;
  }
  .sidebar-2col {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
/*-------------------------------------------------------------
   Product-Card
-------------------------------------------------------------*/
/* ベース：スマホ向け（縦並び） */
.product-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  background: #fff;
}
.product-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.product-title {
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: bold;
}
/* リスト部分のスタイル */
.product-info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.info-item {
  display: flex;
  justify-content: bbetween; /* 両端に寄せる */
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.info-item dt {
  color: #666;
  font-size: 0.9rem;
}
.info-item dd {
  font-weight: 600;
}
.info-item.price dd {
  color: #d32f2f;
  font-size: 1.2rem;
}
.add-to-cart {
  width: 100%;
  background: #333;
  color: #fff;
  padding: 12px;
  border-radius: 4px;
  font-weight: bold;
}
/* PC向け（横並び）：768px以上 */
@media (min-width: 768px) {
  .product-card {
    flex-direction: row; /* 横並びに変更 */
    align-items: flex-start;
    gap: 40px;
  }
  .product-image {
    flex: 1; /* 画像と説明を5:5くらいに */
  }
  .product-details {
    flex: 1;
  }
}
/*-------------------------------------------------------------
   Sidebar
-------------------------------------------------------------*/
.sidebar-widget-area .widget {
  margin-bottom: 16px;
}
.sidebar-widget-area h2.widget-title {
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/*-------------------------------------------------------------
   Footer
-------------------------------------------------------------*/
.site-footer {
  background-color: #000000;
  /* Slight gray to differentiate */
  padding-top: 40px;
  margin-top: 40px;
  text-align: center;
}
/* ナビゲーション全体のコンテナ */
.footer-nav {
  width: 100%;
  padding: 21px 0;
  text-align: center; /* 念のためのフォールバック */
}
/* WordPressが出力する ul タグ (.footer-menu-list) */
ul.footer-menu-list {
  display: flex;
  flex-wrap: wrap; /* スマホで入り切らない場合に折り返す */
  justify-content: center; /* 横並びの要素を中央に寄せる */
  list-style: none;
  margin: 0;
  padding: 0;
}
/* 各メニュー項目 li */
ul.footer-menu-list li {
  /* 項目間の距離を確保（上下左右に10pxずつ＝隣り合うと20pxの距離） */
  margin: 6px;
}
/* リンク a タグ（ここが誤タップ防止のキモです） */
ul.footer-menu-list li a {
  display: block; /* 領域を広げるために必須 */
  padding: 6px 10px; /* タップ領域を上下左右に大きく確保 */
  text-decoration: none;
  color: #dcdcdc; /* お好みの色に */
  font-size: 14px;
  transition: background-color 0.2s;
}
/* PCでのマウスホバー時 */
ul.footer-menu-list li a:hover {
  background-color: rgba(0, 0, 0, 0.05); /* どこを押せるか分かりやすく */
  border-radius: 4px;
}
/* スマホ用調整 (768px以下) */
@media screen and (max-width: 768px) {
  ul.footer-menu-list li {
    margin: 5px; /* スマホでは少し間隔を詰めつつ、タップ領域は維持 */
  }
  ul.footer-menu-list li a {
    padding: 8px 21px; /* 指で押しやすいよう、スマホではさらに広く */
    font-size: 15px; /* 視認性を向上 */
  }
}
.footer-widget-area {
  margin-bottom: 20px;
}
.copyright {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
}
/*-------------------------------------------------------------
   Design
-------------------------------------------------------------*/
.blue-box {
  background: #36c;
  color: #FFFAFA;
  width: 80%;
  margin-left: 10%;
}
.bluebox {
  display: block;
  background: #36c;
  color: #FFFAFA;
  padding: 5px 5px 3px 5px;
  font-weight: bold;
  margin: auto;
  border-radius: 16px;
  text-align: center;
  width: 320px;
}
.dl-horizontal dt {
  width: 25%;
}
.dl-horizontal dd {
  width: 75%
}
label.wpforms-field-label {
	color:#ffffff!important+
}
/* ---------------------------------------------------------------------
	Contact
----------------------------------------*/
.wpcf7-submit {
  display: inline-block;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  text-indent: 0px;
  color: #fafafa;
  -webkit-appearance: none;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  padding: 0.6em 2.5em;
  background: #0095cd;
}
.wpcf7-submit:hover {
  background: #007ead;
  text-decoration: none;
  z-index: 100;
}

/* テキスト入力・セレクトボックスを横幅いっぱいに */
.mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form input[type="tel"], .mw_wp_form select, .mw_wp_form textarea {
  width: 98% !important;
  box-sizing: border-box;
  padding: 6px;
  font-size: 16px;
  border: 1px solid #999999;
}
.mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form input[type="tel"], .mw_wp_form textarea {
  border-radius: 4px;
  margin-bottom: 1rem;
	color: #111111;
}
@media screen and (max-width: 767px) {
  /* フォーム全体の余白調整 */
  .mw_wp_form {
    padding: 10px;
  }
  /* テキスト入力・セレクトボックスを横幅いっぱいに */
  .mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form input[type="tel"], .mw_wp_form select, .mw_wp_form textarea {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px; /* 指でタップしやすい高さ */
    font-size: 16px; /* iPhoneでズームされないための最小サイズ */
    border: 1px solid #999999;
  }
}
.mw_wp_form_item label {
  display: inline-block;
  padding: 8px 12px;
  margin: 5px 5px 5px 0;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.mw_wp_form .submit_section {
  text-align: center;
  margin-top: 30px;
}
.mw_wp_form input[type="submit"] {
  width: 80%; /* スマホで押しやすい横幅 */
  max-width: 300px;
  padding: 15px;
  background-color: #333; /* お好みの色に */
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  -webkit-appearance: none; /* iOSのデフォルトスタイル解除 */
}
label.bold {
  font-weight: 700 !important;
  margin-bottom: 0.2rem;
}
/* ラジオボタンとチェックボックスのラップ（共通） */
.mw_wp_form .mwform-radio-field, .mw_wp_form .mwform-checkbox-field {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* 選択肢同士の空間 */
  margin: 8px 0;
}
/* 選択肢（label）の調整 */
.mw_wp_form .mwform-radio-field label, .mw_wp_form .mwform-checkbox-field label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.2;
}
/* ラジオボタン本体（input）の見た目調整 */
.mw_wp_form .mwform-radio-field input[type="radio"], .mw_wp_form .mwform-checkbox-field input[type="checkbox"] {
  margin: 0 8px 0 0; /* 文字との間の余白 */
  width: 20px; /* タップしやすいサイズ */
  height: 20px;
  flex-shrink: 0; /* 文字が長くても形を維持 */
  cursor: pointer;
}
/* スマホ表示：1項目1行にする場合 */
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-radio-field, .mw_wp_form .mwform-checkbox-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
/*-------------------------------------------------------------
   Responsive
-------------------------------------------------------------*/
/* PCではモバイル用を隠す */
@media screen and (min-width: 769px) {
  .mobile-only-content, .hide-pc, br.mobile-br {
    display: none;
  }
}
/* 980px以下 */
@media screen and (max-width: 768px) {
  .pc-only-wrapper {
    display: none;
  }
  .nav-links {
    display: none;
  }
  .container, .main-container {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .mobile-border {
    border-bottom: 1px solid #999999;
    height: 1px;
    width: 100%;
  }
  .mobile-center {
    text-align: center;
  }
  .hide-mobile {
    display: none;
  }
}
/* 798px以下 */
@media screen and (max-width: 768px) {
  footer .mobile-hide {
    display: none;
  }
  .header-logo img {
    width: 240px;
  }
  .main-container {
    background-color: rgba(0, 0, 0, 0.9);
  }
  br.mobile-br {
    display: block;
  }
	.dl-horizontal dt, .dl-horizontal dd {
    width: 100%;
    border-bottom: none;
    padding: 0.5rem 0;
  }
  .dl-horizontal dt {
    border-top: 1px solid #dcdcdc;
    padding-top: 1rem;
  }
  .dl-horizontal dd {
    padding-bottom: 1rem;
    padding-left: 0;
  }
}