@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* PCではスライドメニューを非表示 */
@media (min-width: 769px) {
    .sp-slide-menu,
    .sp-menu-overlay {
        display: none !important;
    }
}


body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* 文字の均等　*/
.equal-text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.9;
}


/***********************************************************************************/
/*   SWELL ページトップボタンへもどる↑追尾ボタン カスタマイズ（色反転・強制版）   */
/***********************************************************************************/

#pagetop {
	position: fixed; right: 30px;
	bottom: 40px;
	width: 70px;
	height: 70px;
	border: 2px solid #6ab5bf !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8) !important;
	backdrop-filter: blur(2px);
	box-shadow: none;
	transition: all 0.3s ease;
	aspect-ratio: 1 / 1; flex-shrink: 0;
}

#pagetop i { display: none !important; }

#pagetop::before {
	content: "";
	position: absolute;
	top: 42%;
	left: 50%;
	width: 18px;
	height: 18px;
	border-left: 2px solid #6ab5bf !important;
	border-top: 2px solid #6ab5bf !important;
	transform: translate(-50%, -30%) rotate(45deg);
	transition: all 0.3s ease;
}

#pagetop::after {
	content: "";
	position: absolute;
	top: 28%;
	left: 50%;
	width: 2px;
	height: 28px;
	background-color: #6ab5bf !important;
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

/*ホバー時：色反転を強制*/

#pagetop:hover {
	transform: translateY(-3px);
	background: #6ab5bf !important;
	border-color: #6ab5bf !important;
}
#pagetop:hover::before { border-color: #fff !important; }
#pagetop:hover::after { background-color: #fff !important; }

/* =======================================
   ▼ スマホ専用：TOPへ戻るボタン縮小
======================================= */

@media (max-width: 768px) {

	#pagetop {display:none;}
/*
  #pagetop {
    width: 50px;   
    height: 50px;
    right: 20px;   
    bottom: 25px;
  }

  #pagetop::before {
    width: 14px;  
    height: 14px;
    transform: translate(-50%, -30%) rotate(45deg);
  }

  #pagetop::after {
    height: 16px;  
    top: 45%;
  }
	*/
}

/***********************************************************************/
/*★カスタムボタン★*/
/***********************************************************************/

/* SWELLボタンを wide-button のようにカスタム */
.swell-block-button.is-style-btn_normal a {
  background-color: #6ab5bf !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  padding: 14px 40px !important;
  border-radius: 30px !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
}

/* SWELL標準のアイコンを消す */
.swell-block-button.is-style-btn_normal svg {
  display: none !important;
}

/* カスタム矢印を追加 */
.swell-block-button.is-style-btn_normal a::after {
  content: "▶";
  font-size: 14px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
}


/*■■■　アコーディオン関連　■■■*/
/* アコーディオンラベル　ラベル部分のみ変更 */
/* ▼ 共通の装飾（ベースデザイン） */
.swell-block-accordion__title {
  color: #fff;
  border: solid 2px #fff;
  font-weight: bold;
}

.swell-block-accordion__body{
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 2px #fff;
  padding: 0 10px;
}


/* ▼ アコーディオン１（オレンジ系） */
.my-accordion_01 .swell-block-accordion__title {
  background-image: linear-gradient(90deg, #dc976e, #f1dae0);
}
.my-accordion_01 .swell-block-accordion__body {
  background-color: rgba(255, 255, 255, 0.5);
}

/* ▼ アコーディオン２（グリーン系） */
.my-accordion_02 .swell-block-accordion__title {
  background-image: linear-gradient(90deg, #97c1a3, #e4ebb0);
}
.my-accordion_02 .swell-block-accordion__body {
  background-color: rgba(255, 255, 255, 0.5);
}

/* ▼ アコーディオン３（水色系） */
.my-accordion_03 .swell-block-accordion__title {
background-image: linear-gradient(90deg, #a1c6e1, #d4c3b9);
}
.my-accordion_03 .swell-block-accordion__body {
  background-color: rgba(255, 255, 255, 0.5);
}



/* ▼ ×Closeボタン */

.accordion-close-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  cursor: pointer;
  width: fit-content;
  text-align: center;
}

.accordion-close-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ▼ 下線（初期：幅0にして隠す） */
.accordion-close-wrapper .close-line {
  width: 0%;
  height: 2px;
  background-color: #000;
  margin-top: 0px;
  transition: width 0.35s ease;   /* ← アニメーション */
}

/* ▼ ホバー時に横へスーッと線が伸びる */
.accordion-close-wrapper:hover .close-line {
  width: 100%;
}




/* =========================================
   特定のアコーディオンデザイン（no-border-accordion）
   ========================================= */

/* 外枠・背景を消す */
.no-border-accordion.swell-block-accordion,
.no-border-accordion .swell-block-accordion__item,
.no-border-accordion .swell-block-accordion__title {
  border: none !important;
  box-shadow: none !important;
  background: none;
}

/* タイトル部分（下線つき） */
.no-border-accordion .swell-block-accordion__title {
  display: flex !important;            /* list-itemを解除して横並び */
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #000 !important;
  padding: 10px 0 10px;
  margin-bottom: 8px;
  box-shadow: none !important;
  list-style: none;
  cursor: pointer;
}

/* SWELLデフォルトの点線ボーダーを無効化 */
.no-border-accordion .swell-block-accordion__body {
  border-top: none !important;
  box-shadow: none !important;
  padding: 20px 0;
}

/* タイトル文字 */
.no-border-accordion .swell-block-accordion__label {
  font-size: 30px !important; 
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}

/* ＋／− アイコン位置と色 */
.no-border-accordion .swell-block-accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.no-border-accordion .swell-block-accordion__icon i {
  color: #000 !important;
}

/* アコーディオン展開時のタイトル色（任意） */
.no-border-accordion details[open] .swell-block-accordion__label {
  color: #000; /* そのまま黒 */
}

/* ホバー時に少し濃く（任意） */
.no-border-accordion .swell-block-accordion__title:hover .swell-block-accordion__label {
  opacity: 0.8;
}



///////////////////////////////////

//////////
//////////
//////////
/*アイキャッチ画像ない場合のデフォルト画像のサイズ*/
img.no-image {
  width: 260px;       /* 横幅 */
  height: 200px;      /* 高さ */
  object-fit: cover;  /* トリミングして収める */
 /* border-radius: 6px; *//* 角丸（任意） */
  border: 1px solid #eee;
  background: #fafafa;
}

/**************************************
  SWELL標準ヘッダーを PC で完全に隠す
**************************************/
.l-fixHeader__logo,
.c-gnav {
  display: none !important;
}

.l-header,
.l-header__inner {
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* SPでは SWELL のヘッダーを使うため PC のみ非表示 */
@media (max-width: 768px) {
  .l-header.pc {
    display: block !important;
  }
}

/**************************************
  B-biz オリジナルヘッダー（PC）
**************************************/
.bbiz-logo{
object-position: bottom;	
}

.bbiz-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  border-bottom: 1px solid #eee;
  transition: opacity .4s ease, transform .4s ease;
}

.bbiz-header-inner {
  max-width: 1024px;
height:87px;
margin: 0 auto;
  padding: 14px 30px;
  display: flex;
  justify-content: space-between;
align-items: center;
}

/* PC メニューはスマホでは非表示 */
@media (max-width: 768px) {
  .bbiz-header {
    display: none;
  }
}

/**************************************
  グローバルナビ（メニュー）
**************************************/
.bbiz-global-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: bold;
}

/* メニューの縦位置を微調整 */
.bbiz-global-nav {
	margin-top:15px; /* 調整*/
}


.bbiz-global-nav a {
  position: relative;
  padding: 5px 0;
  color: #000;
  text-decoration: none;
}

/* 下線アニメーション */
.bbiz-global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #65b7c4;
  transition: width .3s;
}

.bbiz-global-nav a:hover::after {
  width: 100%;
}

/**************************************
  ▼ サブメニュー
**************************************/
.bbiz-global-nav .nav-item {
  position: relative;
  display: inline-block;
}

.nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 220px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: none;
  z-index: 9999;
}

.nav-item.has-sub:hover .nav-submenu {
  display: block;
}

.nav-submenu a {
  display: block;
  padding: 10px 14px;
  color: #000;
  white-space: nowrap;
  position: relative;
}

.nav-submenu a:hover {
  background: #f2f2f2;
}

.nav-submenu a::before {
  content: "›";
  color: #6ab5bf;
  font-size: 16px;
  margin-right: 8px;
}

/**************************************
  ▼ TOPページだけ最初は非表示
**************************************/
body.bbiz-top .bbiz-header {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

/* スクロール後の表示状態 */
body.bbiz-top .bbiz-header.show-header {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/**************************************
  ▼ TOP以外は最初から表示
**************************************/
body:not(.bbiz-top) .bbiz-header {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

/**************************************
  ▼ TOP以外はヘッダー分の余白を確保
**************************************/
/* ▼ TOP以外はヘッダー分の余白を確保（PCのみ） */
@media (min-width: 769px) {
  body:not(.bbiz-top) {
    padding-top: 80px;
  }
}


/*******************************************************
  フッター（ブログパーツ）
  ※フッター関係はこれ1つに統一【完成版】
*******************************************************/

/* =====================================================
   共通（PC / SP）
===================================================== */

.bbiz-footer{
  width: 100%;
}

.bbiz-footer-inner{
  max-width: 1044px;
  margin: 0 auto;
  padding: 20px 0;
}

/* ---------- ナビ ---------- */
nav.bbiz-footer-nav.footer-links-block{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

.footer-item{
  position: relative;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  padding: 0 20px;
}

.footer-item:not(:last-child){
  border-right: 1px solid #555;
}

.footer-item > a{
  position: relative;
  display: inline-block;
  color: #000 !important;
  font-weight: 600;
  text-decoration: none !important;
  padding: 0 !important;
  white-space: nowrap;
}

/* ---------- 単独 Access ---------- */
.footer-access{
  text-align: center;
  margin: 12px 0;
}

.footer-access-link{
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

/* SWELL干渉対策 */
.footer-links-block a,
.footer-links-block a:hover,
.footer-links-block a:focus,
.footer-links-block a:active{
  text-decoration: none !important;
  color: #000 !important;
}

/* =====================================================
   PCのみ（下線アニメ）
===================================================== */
@media (min-width: 769px){

  /* ナビ 下線アニメ */
  .footer-item > a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #6ab5bf;
    transition: width .3s ease;
  }

  .footer-item > a:hover::after{
    width: 100%;
  }

  /* Access 下線アニメ */
  .footer-access-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #6ab5bf;
    transition: width .3s ease;
  }

  .footer-access-link:hover::after{
    width: 100%;
  }
}

/* =====================================================
   SP（768px以下）
===================================================== */
@media (max-width: 768px){

  /* フッター全体は左寄せ */
  .bbiz-footer-inner{
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
  }

  .bbiz-footer-inner .wp-block-image{
    text-align: left !important;
    margin: 0 0 10px !important;
  }

  /* ナビ：2列グリッド */
  nav.bbiz-footer-nav.footer-links-block{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px !important;
    row-gap: 14px !important;
    justify-items: start !important;
    align-items: start !important;
  }

  /* ナビ：先頭に｜を付与 */
  nav.bbiz-footer-nav.footer-links-block .footer-item > a::before{
    content: "|";
    display: inline-block;
    margin-right: 8px;
    color: #000;
  }

  .footer-item{
    border-right: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
  }

  /* 並び順 */
  .footer-item:nth-child(1){ order: 1; }
  .footer-item:nth-child(5){ order: 2; }
  .footer-item:nth-child(2){ order: 3; }
  .footer-item:nth-child(6){ order: 4; }
  .footer-item:nth-child(3){ order: 5; }
  .footer-item:nth-child(7){ order: 6; }

  .footer-item:nth-child(4){
    order: 7;
    grid-column: 1 / -1;
    justify-self: start;
  }

  /* Access は中央 */
  .footer-access{
    text-align: center !important;
  }
}

/* 左列のみ少し右へ */
@media (max-width: 768px){
  nav.bbiz-footer-nav.footer-links-block .footer-item:nth-child(1),
  nav.bbiz-footer-nav.footer-links-block .footer-item:nth-child(2),
  nav.bbiz-footer-nav.footer-links-block .footer-item:nth-child(3),
  nav.bbiz-footer-nav.footer-links-block .footer-item:nth-child(4){
    padding-left: 50px !important;
  }
}



/*******************************************************/
/* sp用　ハンバーガーメニュー*/
/*******************************************************/

/* SPのみ表示 */
@media (max-width: 768px) {

  /* ハンバーガー */
  .sp-menu-btn {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 11000;

    width: 44px;
    height: 44px;
    border-radius: 50%;

    background: #fff;                 /* ← 白い丸 */
    border: none;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    box-shadow: 0 2px 6px rgba(0,0,0,.15); /* ほんのり影（任意） */
  }

  .sp-menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #6ab5bf;
    margin: 3px 0;
  }

  /* メニュー本体 */
  .sp-slide-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;              /* ← 図の320px */
    max-width: 90vw;           /* 375px対策 */
    height: 100vh;
    background: #86b9c1;       /* 図の水色 */
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 20001;
  }

  .sp-slide-menu.is-open {
    transform: translateX(0);
  }

  /* 閉じるボタン */
  .sp-menu-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 28px;
    background: none;
    border: none;
    color: #fff;
  }

  .sp-menu-inner {
    padding: 80px 24px 24px;
    color: #fff;
  }

  .sp-menu-list {
    list-style: none;
    padding: 0;
  }

  .sp-menu-list li {
    margin-bottom: 18px;
  }

  .sp-menu-list a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }

  .sp-menu-list .sub span {
    display: block;
    font-size: 14px;
    opacity: .9;
    margin-left: 12px;
  }

  .sp-menu-footer {
    margin-top: 40px;
    font-weight: bold;
  }
}

/* PCでは完全に消す */
@media (min-width: 769px) {
  .sp-menu-btn,
  .sp-slide-menu {
    display: none !important;
  }
}

/* ===== SP MENU HEADER ===== */
.sp-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.sp-menu-logo img {
  width: 160px;
  height: auto;
}

.sp-menu-close {
  background: none;
  border: none;
  padding: 0;
}

.sp-menu-close img {
  width: 32px;
  height: 32px;
}

/* ===== MENU LIST ===== */
.sp-menu-inner {
  padding: 10px 24px 40px;
}

.sp-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-menu-list li {
  margin-bottom: 14px;
}

/* 親メニュー */
.sp-menu-list li.parent a {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.sp-menu-list li.parent a::before {
  content: "｜";
  position: absolute;
  left: 0;
  color: #fff;
}

/* 子メニュー */
.sp-menu-list li.child a {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  color: #fff;
  opacity: 0.95;
}

.sp-menu-list li.child a::before {
  content: "・";
  position: absolute;
  left: 8px;
}


/* ===== TEL ===== */

.sp-menu-tel {
  margin-top: 2px;        /* ← ほぼ直下 */
  padding-right: 10px;   /* ← 右に少し隙間 */
  padding-bottom: 16px;
  text-align: right;
}

.sp-menu-tel a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.sp-menu-inner {
  padding: 10px 24px 60px; /* 下を少し広げる */
}


@media (max-width: 768px) {
  .bbiz-header {
    z-index: 1000;
  }

  .sp-menu-btn {
    z-index: 20000;
  }

  .sp-slide-menu {
    z-index: 15000;
  }
}

/* メニューOPEN中はハンバーガーを隠す */
.sp-slide-menu.is-open ~ .sp-menu-btn,
.sp-slide-menu.is-open + .sp-menu-btn {
  display: none !important;
}


/* メニューOPEN中はハンバーガーを消す */
body.sp-menu-open .sp-menu-btn {
  display: none !important;
}

/* お問い合わせ（最後の親メニュー）だけ余白を詰める */
.sp-menu-list li.parent:last-child {
  margin-bottom: 2px;   /* ← ここ超重要 */
}
