@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
*/


/* ==========================================================================
　カラー
   ========================================================================== */
:root {
  /* メインカラー（赤系） */
  --color-rouge-baccarat: #A11628; /* バカラルージュ（プライマリ） */
  --color-rouge-profond:  #6E0F1C; /* ルージュ深紅（ホバー・フッターなど） */
  /* ベース・モノトーンカラー */
  --color-blanc:          #FFFFFF; /* ピュアホワイト */
  --color-gris-clair:     #F4F4F2; /* ライトグレー（背景用） */
  --color-encre:          #2B2B2B; /* インク（本文テキスト用） */
  --color-gris:           #6E6E6E; /* グレー（補足テキスト用） */
  /* その他 */
 --color-gold:           #C1A54F; /* ゴールド（アクセント用） */
}



/* ==========================================================================
　文字サイズ
   ========================================================================== */
.c-gnav>.menu-item>a .ttl{
  font-size: 1rem;
}



/* ==========================================================================
　ユーティリティ
   ========================================================================== */
.pconly{
	display:block;
}
.sponly{
	display:none;
}
@media (max-width: 767px) {
  .pconly{
	display:none;
  }
  .sponly{
	display:block;
  }
}



/* ==========================================================================
　スマホメニュー
   ========================================================================== */
#sp_menu{
	z-index:9999;
}
#sp_menu .c-widget__title.-spmenu{
	display:none;
}
#sp_menu .c-listMenu a:before{
  content:"";
}
#sp_menu .c-listMenu a {
  padding: 14px 20px;
    border-bottom: none;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
#sp_menu  .c-listMenu .sub-menu{
	padding-left: 10px;
    border-left: 1px solid var(--color-gold);
    margin-left: 50px;
}
#sp_menu  .c-listMenu .sub-menu li a{
	font-weight:normal;
}
#sp_menu  .c-listMenu .menu-item-254{
   background: #06c755;
    color: #fff;
    text-align: center;
    border-radius: 30px;
	margin-top:2em;
}
#sp_menu  .c-listMenu .menu-item-255{
	text-align:center;
	width:fit-content;
	margin:auto;
}
#sp_menu  .c-listMenu .menu-item-255 a::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    display: inline-block;
    margin-left: -15px;
    color: #000000;
}




/* ==========================================================================
   ヘッダーゴールドトップバー
   ========================================================================== */
.header-top-bar {
	display:none; /*  非表示   */
  width: 100%;
  background: linear-gradient(to right, #BB9752 0%, #F9F2C9 50%, #BB9752 100%);
  padding: 8px 20px;
  box-sizing: border-box;
}
.header-top-bar__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 左側テキスト */
.header-top-bar__text {
  font-size: 0.85rem;
  font-weight: 700;
  color: #111111;
  margin: 0;
  letter-spacing: 0.03em;
}

/* 右側ラッパー */
.header-top-bar__info {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* 電話番号リンク */
.header-top-bar__tel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
  line-height: 1;
}
.header-top-bar__tel-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-bar__tel-icon img {
  width: 100%;
  height: auto;
}

/* 受付時間 */
.header-top-bar__time {
  font-size: 0.85rem;
  font-weight: 700;
  color: #111111;
}

@media screen and (max-width: 960px) {
  .header-top-bar {
    padding: 6px 6px;
  }
  .header-top-bar__text {
    font-size: 0.75rem;
  }
  .header-top-bar__tel {
    font-size: 1rem;
  }
  .header-top-bar__time {
    font-size: 0.75rem;
  }
  .header-top-bar__info {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header-top-bar__inner {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
  .header-top-bar__info {
    justify-content: center;
    gap: 10px;
  }
}

@media screen and (max-width: 600px) {
  .header-top-bar__text {
    font-size: 10px;
  }
  .header-top-bar__tel {
    font-size: 14px;
  }
  .header-top-bar__time{
	font-size:12px;
  }
}



/*=======================================================
ヘッダー
=========================================================*/
.c-gnav>.menu-item>a .ttl{
	font-weight:bold;
}
#breadcrumb{
	display:none;
}



/*=======================================================
トップページ
=========================================================*/
.top #content {
    padding-top: 0;
	margin:0 auto;
}
/* セクションタイトル */
.c-section-header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
  overflow: hidden;
}
.c-section-header::before {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
	width:100%;
}
.c-section-header__sub {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.post_content .c-section-header__main ,
#before_footer_widget .c-section-header__main{
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  letter-spacing: 0.03em;
  font-family: serif;
}
.c-section-header__lead-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-encre);
  margin: 16px 0 0 0;
  z-index: 10;
  position: relative;
}
/* セクションタイトル（個別） */
.sec-worries .c-section-header::before {
  color: #5c0b0e;
}
.sec-worries .c-section-header__sub {
  color: #ffffff;
  font-family: serif;
}
.sec-worries .c-section-header__main {
  color: #ffffff;
}
.sec-reason .c-section-header::before {
  color: #fdfdfd !important;
}
.sec-reason .c-section-header__sub {
  color: var(--color-rouge-baccarat);
}
.sec-reason .c-section-header__main {
  color: var(--color-rouge-baccarat);
}

@media (max-width: 900px) {
  .c-section-header::before {
    font-size: 4.5rem;
  }
  .c-section-header__main {
    font-size: 1.6rem;
  }
  .post_content .c-section-header__main ,
    #before_footer_widget .c-section-header__main{
    font-size: 2.4rem;
  }
}



/*=======================================================
ページ下部CTA
=========================================================*/
#before_footer_widget{
  margin: 0 auto;
}
#before_footer_widget .l-container{
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.sec-contact {
  width: 100%;
  background: linear-gradient(to bottom, #A11628 0%, #6E0F1C 100%);
  padding: 80px 20px;
  box-sizing: border-box;
}
.sec-contact .c-section-header__lead-text{
	color:#fff;
}
.sec-contact .c-section-header::before {
  color: rgb(156 33 49);
}
.sec-contact .c-section-header__sub {
  color: #fff;
}
.sec-contact .c-section-header__main {
  color:#fff;
}
.contact-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.contact-cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48.5%;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 20px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.contact-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111111;
  margin: 0 0 24px 0;
  padding-bottom: 8px;
  position: relative;
}
.contact-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: var(--color-rouge-baccarat);
}
.contact-btn-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 340px;
  height: 56px;
  background-color: #06c755;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 28px;
  transition: opacity 0.3s ease;
}
.contact-btn-line:hover {
  opacity: 0.85;
}
.contact-btn-line__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn-line__icon img {
  width: 100%;
  height: auto;
}
.contact-btn-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 340px;
  height: 56px;
  color: var(--color-rouge-baccarat);
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: sans-serif;
  transition: opacity 0.3s ease;
}
.contact-btn-tel:hover {
  opacity: 0.7;
}
.contact-btn-tel__icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-rouge-baccarat);
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
}
.contact-btn-tel__icon img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.contact-card__note {
  font-size: 1rem;
  font-weight: 700;
  margin: 16px 0 0 0;
}

@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 50px 20px;
  }
  .contact-cards {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
  .contact-card {
    width: 100%;
    padding: 35px 20px;
  }
  .contact-card__title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .contact-btn-line {
    font-size: 1rem;
    height: 50px;
  }
  .contact-btn-tel {
    font-size: 1.7rem;
    height: 50px;
  }
  .contact-btn-tel__icon {
    width: 28px;
    height: 28px;
  }
}



/* ==========================================================================
   フッターウィジェット専用カスタム
   ========================================================================== */
.l-footer {
  background-color: #6E0F1C !important;
  color: #ffffff !important;
}
.footer-widget-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
.footer-block {
  box-sizing: border-box;
}
.footer-block--brand {
  width: 30%;
}
.footer-block--nav {
  width: 30%;
}
.footer-block--info {
  width: 35%;
}

/* ブランドエリア */
.footer-logo {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
  color: #ffffff;
}
.footer-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 24px 0;
  color: var(--color-blanc);
}
.footer-sns {
  display: flex;
  gap: 16px;
}
.footer-sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: opacity 0.3s ease;
}
.footer-sns__link:hover {
  opacity: 0.8;
}
.footer-sns__link img {
  width: 100%;
  height: auto;
}

/* 共通タイトル */
.footer-block-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 24px 0;
  color: #ffffff;
  letter-spacing: 0.05em;
}

/* サイトマップメニュー */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
}
.footer-menu li {
  margin: 0;
}
.footer-menu li a {
  font-size: 0.9rem;
  color: var(--color-blanc);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-menu li a:hover {
  color: #ffffff;
}

/* お問い合わせ情報 */
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}
.footer-contact-item:last-child {
  margin-bottom: 0;
}
.footer-contact-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-contact-icon img {
  width: 100%;
  height: auto;
}
.footer-contact-body {
  display: flex;
  flex-direction: column;
}
.footer-tel-number {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
}

.footer-tel-time {
  font-size: 0.8rem;
  color: #bfaea8;
  margin-top: 4px;
}
.footer-mail-address {
  font-size: 0.95rem;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-mail-address:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
	.footer-logo ,
	.footer-desc{
		text-align:center;
	}
	.footer-sns {
        justify-content: center;
    }
}


/* ==========================================================================
   右下画面追従バナー（LINE無料相談）
   ========================================================================== */
.c-floating-line {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 130px;
  height: 130px;
  background-color: #06c755;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(6, 199, 85, 0.4);
  z-index: 9990;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-floating-line:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(6, 199, 85, 0.6);
}
.c-floating-line__text {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 850px) {
  .footer-widget-inner {
    flex-direction: column;
    gap: 40px;
    padding: 20px;
  }
  .footer-block {
    width: fit-content !important;
    margin: auto;
  }
  .footer-menu {
    gap: 14px;
  }
  .footer-block-title{
    text-align:center;
  }
  .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    justify-content: center;
  }
  .footer-bottom-links {
   flex-direction: row;
  }
  .footer-bottom-links li a{
	font-size:12px;
  }
}

@media screen and (max-width: 480px) {
  .c-floating-line {
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
  }
  .c-floating-line__text {
    font-size: 0.9rem;
  }
}



/* ==========================================================================
   フッターボトム（最下部エリア）専用カスタム
   ========================================================================== */
.footer-bottom-area {
  width: 100%;
  /* デザイン画像通りの細い境界線を上部に配置 */
  border-top: 1px solid rgba(226, 220, 214, 0.3); 
  margin-top: 40px;
  padding: 30px 0;
  box-sizing: border-box;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

/* ボトムナビゲーションリンク */
.footer-bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}

.footer-bottom-links li {
  margin: 0;
}

.footer-bottom-links li a {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-blanc);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-links li a:hover {
  color: #ffffff;
}

/* コピーライト */
.footer-copyright {
  font-size: 0.85rem;
  color: var(--color-blanc);
  margin: 0;
  letter-spacing: 0.02em;
}
.l-footer__foot{
	display:none;
}

.p-fixBtnWrap{
	display:none;
}

@media screen and (max-width: 850px) {
  .footer-bottom-area {
    margin-top: 20px;
    padding: 24px 0px;
  }
  .footer-bottom-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .footer-bottom-links {
    flex-direction: row;
    gap: 8px;
  }
  .footer-bottom-links li a{
	font-size:12px;
  }
}



/*=======================================================
フッター
=========================================================*/
#custom_html-5{
	margin:0;
}



/*=======================================================
下層ページHERO
=========================================================*/
.page-id-161 .c-pageTitle ,
.page-id-256 .c-pageTitle ,
.page-id-280 .c-pageTitle{
	display:none;
}
.page-id-161 #content ,
.page-id-256 #content ,
.page-id-280 #content{
	margin:0 auto;
	padding-top:0;
}
.page-id-161 #content .post_content ,
.page-id-256 #content .post_content ,
.page-id-280 #content .post_content{
	margin:0;
}
.p-hero-banner {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  box-sizing: border-box;
  color: #fff;
}
.p-hero-banner__inner {
  max-width: 900px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-hero-banner__en {
  color: #dfb858;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
.post_content h2.p-hero-banner__title {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
  color: #fff;
  line-height: 1.4;
}
.p-hero-banner__desc {
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
  line-height: 1.6;
  color: #fff;
}
.p-hero-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 8px;
}
.p-hero-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin:auto;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
  gap: 12px;
  line-height: 1;
}
.p-hero-banner__btn:hover {
  opacity: 0.9;
}
.p-hero-banner__btn--line {
  background-color: #06C755;
  color: #fff;
  font-size: 18px;
}
.p-hero-banner__btn--tel {
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  color: #fff;
}
.p-hero-banner__btn-num {
  font-size: 20px;
  margin: 0 4px;
}
.p-hero-banner__btn-sub {
  font-size: 13px;
  font-weight: normal;
}
.p-hero-banner__note {
  font-size: 12px;
  color: #eaeaea;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .p-hero-banner {
    padding: 50px 16px;
    min-height: auto;
  }
  .p-hero-banner__btn {
    padding: 14px 16px;
    gap: 8px;
  }
  .p-hero-banner__btn--line {
    font-size: 16px;
  }
  .p-hero-banner__btn-num {
    font-size: 16px;
    margin: 0 2px;
  }
  .p-hero-banner__btn-sub {
    font-size: 10px;
  }
}





/*=======================================================
ブログアーカイブ
=========================================================*/
.cb-main {
  --cb-gold: #a98a45;
  --cb-gold-dark: #8f7436;
  --cb-ink: #3e3a33;
  --cb-muted: #7d766a;
  --cb-bg: #faf7f1;
  --cb-line: #e9e2d5;
  color: var(--cb-ink);
  line-height: 1.7;
  padding-top: 40px;
}
.cb-main .cb-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}
.cb-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.cb-chip {
  display: inline-block;
  border: 1px solid var(--cb-line);
  background: #fff;
  color: var(--cb-ink);
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
}
.cb-chip:hover {
  border-color: var(--cb-gold);
  color: var(--cb-gold-dark);
}
.cb-chip:focus-visible {
  outline: 2px solid var(--cb-gold);
  outline-offset: 2px;
}
.cb-chip.is-active {
  border-color: var(--cb-gold);
  background: #f7f1e4;
  color: var(--cb-gold-dark);
}
.cb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.cb-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(62, 58, 51, .08);
  transition: box-shadow .25s, transform .25s;
}
.cb-card:hover {
  box-shadow: 0 8px 24px rgba(62, 58, 51, .14);
  transform: translateY(-3px);
}
.cb-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.cb-card__thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--cb-bg);
}
.cb-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cb-card__noimage {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f2ecdf, #e4dbc6);
}
.cb-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 20px 20px;
}
.cb-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.cb-badge {
  display: inline-block;
  background: var(--cb-gold);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  padding: 3px 12px;
  line-height: 1.5;
}
.cb-card__date {
  font-size: 12px;
  color: var(--cb-muted);
}
.cb-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 8px;
}
.cb-card__excerpt {
  font-size: 13px;
  color: var(--cb-muted);
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cb-card__more {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  color: var(--cb-gold-dark);
}
.cb-card:hover .cb-card__more {
  text-decoration: underline;
}
.cb-main .pagination,
.cb-main .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 48px 0 0;
}
.cb-main .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid var(--cb-line);
  border-radius: 8px;
  background: #fff;
  color: var(--cb-ink);
  font-size: 14px;
  text-decoration: none;
}
.cb-main .nav-links .page-numbers.current {
  background: var(--cb-gold);
  border-color: var(--cb-gold);
  color: #fff;
}
.cb-main .nav-links .page-numbers:hover:not(.current) {
  border-color: var(--cb-gold);
  color: var(--cb-gold-dark);
}
.cb-noposts {
  text-align: center;
  color: var(--cb-muted);
  padding: 60px 0;
}
.cb-catnav {
  margin-top: 72px;
  padding: 56px 0 64px;
}
.cb-catnav__heading {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 32px;
}
.cb-catnav__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--cb-line);
  border: 1px solid var(--cb-line);
  border-radius: 10px;
  overflow: hidden;
}
.cb-catcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 28px 12px;
  text-align: center;
  color: var(--cb-ink);
  text-decoration: none;
  transition: background-color .2s;
}
a.cb-catcard:hover {
  background: #fdfbf6;
}
.cb-catcard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--cb-gold);
  color: #fff;
}
.cb-catcard__icon svg {
  width: 22px;
  height: 22px;
}
.cb-catcard__name {
  font-size: 14px;
  font-weight: 700;
}
.cb-catcard__count {
  font-size: 12px;
  color: var(--cb-muted);
}
.cb-catcard.is-empty {
  opacity: .45;
}
@media (max-width: 960px) {
  .cb-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .cb-catnav__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .cb-grid {
    grid-template-columns: 1fr;
  }
}



/*=======================================================
ブログシングルページ
=========================================================*/
.wp-singular #content .p-articleHead{
	border-bottom: 2px solid var(--color-rouge-baccarat);
    padding-bottom: 12px;
}



/*=======================================================
お問い合わせフォーム
=========================================================*/
.cf7-inquiry-form .cf7-field {
  margin-bottom: 24px;
}

.cf7-inquiry-form label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 8px;
}

.cf7-inquiry-form .required {
  color: #ef4444;
}

.cf7-inquiry-form input[type="text"],
.cf7-inquiry-form input[type="tel"],
.cf7-inquiry-form select,
.cf7-inquiry-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  background-color: #fff;
  outline: none;
  box-sizing: border-box;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.cf7-inquiry-form select {
  cursor: pointer;
}

.cf7-inquiry-form textarea {
  height: 160px;
  resize: none;
}

.cf7-inquiry-form input[type="text"]:focus,
.cf7-inquiry-form input[type="tel"]:focus,
.cf7-inquiry-form select:focus,
.cf7-inquiry-form textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px #722F37;
}

.cf7-inquiry-form .char-count {
  text-align: right;
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

.cf7-inquiry-form .cf7-submit {
  text-align: center;
  padding-top: 16px;
}

.cf7-inquiry-form .btn-submit {
  background-color: #722F37;
  color: #fff;
  padding: 16px 48px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s;
}

.cf7-inquiry-form .btn-submit:hover {
  background-color: #8B3A45;
}

.cf7-inquiry-form .btn-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}



/*=======================================================
ブログ記事詳細
=========================================================*/
.single-post #main_content .post_content h2.wp-block-heading{
    margin-left: 0;
       background: linear-gradient(to right, #901121, #ca2e42);
    color: #fff;
    padding: 12px 12px 13px;
}
.single-post #main_content .post_content h3.wp-block-heading{
	border-left: 4px solid var(--color-rouge-baccarat);
	padding-left: 12px;
}