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

* {
	line-height:1.75!important;
}

.site-header {
    background: url(./images/common/header-bg.webp) no-repeat 0 0;
    background-size: cover;
    height: 60px;
}

.layout-header {
    position: fixed;
    z-index: 900;
    top: 0;
    right: 0;
    left: 0;
}

.header-inner {
    height: inherit;
    width: 100%;

    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 250px;
}

.pc-only {
    display: none;
}
.content-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
/* PC時のレイアウト切替 */
@media (min-width: 768px) {
    .site-header {
        height: 80px;
        background-position: center center;
    }
    .header-inner {
        padding: 0 60px;
        max-width: 1200px;
    }
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
}
/* ハンバーガー */
.drawer-toggle {
background: rgba(255,255,255,0.5);
border: none;
width: 40px;
height: 40px;
position: relative;
border-radius: 50%;
z-index: 1001;
}
.drawer-toggle span {
display: block;
width: 100%;
height: 3px;
background: #D97AA4;
margin: 5px 0;
border-radius: 2px;
}

/* ドロワーメニュー全体 */
.drawer-menu {
top: 0; /* ←ヘッダーの高さに合わせて調整 */
height: 100vh;
position: fixed;
right: -100vw;
width: 100vw;
background: #f8f6f0;
display: flex;
justify-content: center;
flex-direction: row;
transition: right 0.3s ease;
z-index: 1000;
}

/* 背景オーバーレイ */
.drawer-bg {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0,0,0,0.4);
z-index: 999;
}

.drawer-logo {
    max-width: 80%;
}

/* メニュー内構造 */
.drawer-inner {
    padding: 20px;
    box-sizing: border-box;
  }
  
  /* ロゴ中央寄せ */
  .drawer-logo-wrapper {
    text-align: center;
    margin-bottom: 24px;
  }
  
  .drawer-logo {
    width: 140px;
  }
  
  /* 縦積み（スマホ標準） */
  .drawer-columns {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .drawer-left, .drawer-right {
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  
  /* SNSフッター中央寄せ */
  .drawer-footer {
    margin-top: 24px;
    text-align: center;
  }
  
  .drawer-sns img {
    width: 24px;
    margin: 0 8px;
  }
  
  /* ドロワーボタン（例） */
  .drawer-btn {
    display: block;
    margin: 12px auto;
    padding: 12px 20px;
    border-radius: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 200px;
    background: #a37866;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  
  .drawer-btn.line {
    background: #78c257;
  }
  .drawer-logo2 {
    display: none;
  }
  
  /* ------- PCレイアウトに切り替え ------- */
  @media screen and (min-width: 769px) {
    .drawer-inner {
        padding-top: 3rem;
    }
    .drawer-logo {
        display: none;
        max-width: 300px;
        margin: 0 autp;
    }
    .drawer-logo2 {
        display: block;
    }
    .drawer-columns {
      flex-direction: row;
      gap: 40px;
    }
  
    .drawer-left {
      width: 40%;
      text-align: center;
    }
  
    .drawer-right {
      width: 60%;
    }
  
    .drawer-logo-wrapper {
      margin-bottom: 32px;
    }

    .drawer-inner {
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
    }
  }
  
  
.drawer-hours span {
  font-size: 1.5rem;
  font-weight: 500;
}
  

.drawer-tel {
font-size: 1.4rem;
font-weight: bold;
}
.drawer-btn {
display: block;
margin: 12px auto;
padding: 12px 20px;
border-radius: 24px;
font-weight: bold;
text-align: center;
text-decoration: none;
width: 200px;
background: #a37866;
color: #fff;
transition: 0.4s;
}
.drawer-btn:hover {
  opacity: 0.7;
}
.drawer-btn.line { background: #78c257; }
.drawer-btn.web { background: #a37866; }

/* 初期は1列（スマホ向け） */
.drawer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* PCでは2列に */
  @media (min-width: 768px) {
    .drawer-links {
        gap: 16px;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
.drawer-links li {
margin: 0;
}
.drawer-links a {
display: block;
background: #fff;
color: #333;
padding: 12px 16px;
border-radius: 12px;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
transition: 0.4s;
}

.drawer-links a:hover {
  opacity: 0.7;
}

/* フッター */
.drawer-footer {
margin-top: 40px;
text-align: center;
}
.drawer-sns img {
width: 48px;
margin: 0 8px;
transition: 0.4s;
}

.drawer-sns img:hover {
  opacity: 0.5;
}


.drawer {
    display: none;
  }
  .drawer.is-open {
    display: block;
  }
  

/* メニュー開くと表示 */
.drawer-open .drawer-menu {
right: 0;
}
.drawer-open .drawer-bg {
display: block;
}





/* ハンバーガーの線を「×」にする */
.drawer-toggle.drawer-open span:nth-child(1) {
    transform: rotate(45deg) translateY(3px) translateX(3px);
  }
  .drawer-toggle.drawer-open span:nth-child(2) {
    transform: rotate(-45deg) translateY(-3px) translateX(3px);
  }
  
  .drawer-toggle span {
    transition: transform 0.3s ease;
  }
  

.section-title {
    border-bottom: solid 2px #946570;
    position: relative;
}

.section-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #D97AA4;
    bottom: -2px;
    width: 30%;
}

.trouble-title {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
.trouble-title::after, .trouble-title::before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #654EA3;
}

.trouble-title::before {
    left: 0;
}

.trouble-title::after {
    right: 0;
}

.trouble-content {
    text-align: center;
}

.trouble-lists {
    text-align: left;
}

.trouble-list {
    list-style: none;
    position: relative;
    padding-left: 0.5rem;
}

.trouble-list::before {
    content: '';
    position: absolute;
    background: url(./images/common/icon_check-circle.webp);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    left: -1.5rem;

}

/* 共通フォント */
.treatment-title {
    font-size: 2rem;
    color: #6b4c8b;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
  }

  
  /* ファーストビュー全体 */
  .fv-section {
    background: #F7F7F2;
    padding: 80px 0;
    margin-bottom: 80px;
  }
  
  .fv-inner {
    max-width: 1080px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
  }
  
  /* 画像部分 */
  .fv-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 4/3;
  }
  
  /* タイトル・ポイント */
  .fv-text {
    flex: 1;
    min-width: 300px;
    text-align: center;
  }
  
/* ポイントの白背景帯全体を、画面端まで広げる */
.fv-points-wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 32px 0;
    margin-top: 24px;
  }
  
  /* 中のポイントをインナー幅で制限 */
  .fv-points {
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 1rem;
  }
  
  /* 各ポイントの表示 */
  .point-item {
    display: flex;
    align-items: center;
    text-align: left;
  }
  
  .point-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #B993D6 0%, #8CA6DB 100%);
    color: #fff;
    font-size: 1.25rem;
    border-radius: 50%;
    width: 32px;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-right: 12px;
  }
  
  .point-text {
    font-size: 1rem;
    color: #333;
  }
  
  @media screen and (min-width: 768px) {
    .fv-inner {
            margin-top: 4rem;
            gap: 40px;
  }
  .fv-image {
    max-width: 450px;
    aspect-ratio: 4 / 3; /* CSS aspect-ratioで比率を固定 */
    overflow: hidden;
  }

  .fv-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .fv-text {
    text-align: left;
  }
  .fv-points-wrapper {
    width: 50vw;
  }
  .fv-points {
    padding: 0 32px;
  }
  .treatment-title  {
    font-size: 2.5rem;
  }
  .point-text {
    font-size: 1.25rem;
  }
}

.site-info p {
    text-align: center;
}

.top-fv-custom {
    position: relative;
    width: 100%;
    height: auto;         /* 中身に合わせて高さ可変に */
    overflow: visible;
    margin-bottom: 0!important;
  }
  
  .top-fv-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 5;
    aspect-ratio: 4 / 3;
  }
  
  .top-fv-overlay {
    position: absolute;
    inset: 0;
    background: url(./images/common/top-fv-bg.png);
    pointer-events: none;
    height: auto;    
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 1;

  }
 
  .top-fv-text {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 20px 20px 120px;
    color: #fff;
    width: 100%;
  }
  
  .post_content .top-fv-lead {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 12px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);  
}
  
  .top-fv-note {
    font-size: 0.95rem;
    font-family: 'font-kaku';
  }
  
  .-sidebar-on .l-mainContent {
    width: 100%!important;
  }
  #main_content .post_content {
    padding: 0!important;
  }

  @media screen and (min-width: 768px) {
    .top-fv-custom {
        height: fit-content;
    }
    .post_content .top-fv-lead {
        font-size: 2.5rem!important;
        line-height: 1.8;
    }
    .top-fv-note {
        font-size: 1.25rem;
    }
    .top-fv-bg img {
      aspect-ratio: 1440 / 540;
    }
}

.price-table-wrap {
    margin: 2em 0;
  }
  .price-table-block {
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
  }
  .price-heading {
    display: block;
    width: 100%;
    padding: 12px;
    font-weight: bold;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1.1rem;
    cursor: pointer;
  }
  
  .accordion-content {
    display: none;
  }
 /* ========= 共通：料金表・タブセクション ========= */
.price-table-wrap {
  margin: 2em 0;
}

.menu-group {
  margin-bottom: 2.5em;
  padding-bottom: 1.5em;
  border-bottom: none;
}

.menu-group__title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  border-left: 3px solid #b993d6;
  padding-left: 0.75em;
  margin-bottom: 1em;
}

.submenu-block {
  margin-bottom: 1.5em;
}

.submenu-title {
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #444;
}

/* ========= 表のスタイル（SP基準） ========= */
.price-heading {
  position: relative;
  width: 100%;
  padding: 12px;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  padding-right: 2em; /* アイコン分の余白 */
}

/* モバイル：開閉アイコン */
.price-heading::after {
  content: '+';
  position: absolute;
  right: 1em;
  top: 60%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #654ea3;
}

.price-heading.is-open::after {
  content: '−';
}

/* アコーディオンコンテンツ */
.accordion-content {
  display: none;
}

@media screen and (min-width: 768px) {
  /* PCでは最初から開いておく */
  .accordion-content {
    display: block !important;
  }

  .price-heading::after {
    display: none;
  }
}



  /* === Bannerセクション（Swiperスライダー） === */
  .recommend-wrapper {
    margin-top: -14rem;
    position: relative;
    z-index: 0;
  }
.top-banner {
    padding: 12rem 1rem 2rem;
    background: #EBE1E1;
    text-align: left;
  }

  .page-id-46 .top-banner {
    padding: 0 1rem;
  }
  .page-id-46 .post_content h2 {
    margin-bottom: 1em;
  }
  
  .top-banner__title {
    color: #654EA3;
    font-size: 3em!important;
  }
  
  .top-banner__subtitle {
    font-size: 1rem;
    margin-top: 8px;
    display: block;
    color: #654EA3;
  }
  
  .top-banner__swiper {
    position: relative;
    margin-top: 24px;
  }
  
  .top-banner__slider {
    margin: 0 auto;
    padding-bottom: 30px;
  }
  
  .top-banner__slide {
    aspect-ratio: 2 / 1;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .top-banner__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* 前後ナビゲーション（初期非表示／PCで表示） */
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev.is-active,
  .swiper-button-next.is-active {
  display: flex;
}

 /* 前後ナビゲーション */
 .swiper-button-prev,
 .swiper-button-next {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 z-index: 10;
 width: 40px;
 height: 40px;
 background: transparent;
 border-radius: 50%;
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
 border: 3px solid #D97AA4;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #D97AA4;
 }

 .swiper-button-prev {
 left: -30px; /* ← 内側ではなく外に出す */
 }

 .swiper-button-next {
 right: -30px;
 }

 .swiper-button-prev::after,
 .swiper-button-next::after {
   width: 0.75rem;
   height: 0.75rem;
   transform: rotate(45deg) skew(0);
 }
 .swiper-button-prev::after{
   left: 30%;
 }
 .swiper-button-next::after  {
   right: 30%;
 }
  
  /* ページネーション（下中央） */
  .swiper-horizontal .top-banner__pagination.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  
  /* 準備中スライド用スタイル */
  .top-banner__empty-message {
    text-align: center;
    font-size: 1rem;
    color: #666;
    padding: 24px 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  /* === PC向け調整（768px以上） === */
  @media screen and (min-width: 768px) {
    .top-banner {
      padding: 12rem 20px 12px 0;
    }
  
    .top-banner__title {
      font-size: 2.5rem;
    }
  
    .top-banner__subtitle {
      font-size: 1.25rem;
    }
  
    .top-banner__swiper {
      margin-top: 40px;
    }
  
    .top-banner__slider {
      max-width: 1200px;
      padding-bottom: 50px;
    }
  
  
  
  
    .top-banner__empty-message {
      font-size: 1.2rem;
      padding: 40px 0;
    }

    .page-id-46 .top-banner {
      padding: 0 20px 12px 0;
    }
    .page-id-46 .guide-content {
      padding-bottom: 0;
    }
  }
  
  /* ===== top-menu セクション ===== */
  .menu-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .menu-tab {
    background: none;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    border-bottom: 2px solid transparent;
  }
  .menu-tab.active {
    color: #333;
    border-color: #333;
  }
  .menu-content {
    display: none;
  }
  .menu-content.active {
    display: block;
  }
  .concern-menu {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 1rem;
}
.concern-block {
  border-bottom: 1px solid #ccc;
  transition: border-bottom 0.3s ease;
}

.concern-block.open {
  border-bottom: none;
}

  .post_content h4.concern-title {
	cursor: pointer;
	position: relative;
	padding-right: 1.5em;
  padding-bottom: 1rem;
  margin-bottom:0;
}

.concern-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75em 1em;
	cursor: pointer;
}

.concern-title-inner {
	display: flex;
	align-items: center;
}

.concern-icon {
	width: 48px;
	height: 48px;
	margin-right: 0.5em;
	flex-shrink: 0;
}

.concern-label {
	font-size: 1rem;
}

.toggle-icon {
	font-size: 1.5rem;
	margin-left: 1em;
}


.accordion-content {
	display: none;
	padding: 0.5em 0 1em;
}

.concern-title.active::after {
	transform: rotate(180deg);
}

.post_content :where(ul:not([type])) {
    list-style: none;
}
.menu-bg, .section-anesthesia {
  position: relative;
  z-index: 0;
}


.menu-bg::before, .section-anesthesia::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 465px;
  height: 1035px;
  background: url(./images/common/vector-1.webp) no-repeat center center / contain;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.menu-bg::after, .section-strength::after {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: url('./images/common/bg-overlay1.webp') no-repeat center center / cover;
  mix-blend-mode: screen; /* または overlay, lighten など */
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.menu-contents > .menu-content > .treatment-menu {
    margin-top: 2rem!important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.treatment-menu li {
    background-color: #fff;
    border-radius: 2px;
    position: relative;
}
.treatment-menu li:hover {
    opacity: 0.5;
}

.treatment-menu li a {
    color: #333;
    padding: 16px 15px;
    height: inherit;
    font-size: 14px;
    display: block;
}

.treatment-menu li a::after {
    content: "";
    background: url(./images/common/arrow_right_circle_fill.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .menu-contents > .menu-content > .treatment-menu {
        grid-template-columns: repeat(3, 1fr);
    }
    .concern-block {
      border-bottom: none;
    }
    .toggle-icon {
display: none;
    }
  }




.treatment-list li {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.treatment-list li a {
    color: #333;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    height: inherit;
    display: block;
    font-size: 14px;
}

.treatment-list li::after {
    content: "";
    background: url(./images/common/arrow_right_line.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.concern-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}
.post_content ul, treatment-list {
  padding-left: 0;
}

.post_content ul.treatment-list {
  padding-left: 0;
}

.menu-content {
  margin-top: 3rem;
}


@media screen and (min-width: 768px) {
  .concern-menu {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem 2.5rem;
  }
  .concern-title .concern-icon {
    width: 100px;
    height: 100px;

  }
    
    .treatment-list {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    column-gap: 0.5rem;
    row-gap: 1rem;
    }
    .treatment-list li {
      display: flex;
      align-items: center;
    }
    
    .treatment-list li a {
      display: flex;
      align-items: center;  /* 縦方向中央揃え */
      justify-content: space-between;
      gap: 12px; /* 余白調整 */
      padding: 12px 20px;
      text-decoration: none;
      font-weight: bold;
      color: #333;
      min-height: 48px; /* 最低高さを揃える */
      position: relative;
    }
    
    

    .concern-title::after {
        display: none;
    }
}

.post-content>h2.top-section-title {
    font-size: 3rem!important;
}

.post_content h2.section-title.is-style-section_ttl {
  font-size: 2em;
  color: #654EA3;
  margin-bottom: 0;
}
.section-subtitle {
  font-size: 16px;
  color: #654EA3;
}
@media screen and (min-width: 768px) {
  .post_content h2.section-title.is-style-section_ttl {
    font-size: 3em;
  }
  .section-subtitle {
    font-size: 20px;
  }

}
.top-post-lists li {
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-postList.-type-card {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    .-sidebar-on .-type-card.-pc-col3 .p-postList__item {
      width: 100%;
    }
    .-type-card .p-postList__item {
      padding: 1rem ;
    }
}

.post_content h3.feature-headin {
  font-size: 3rem!important;
  color: #654EA3;
}

.top-feature-column.column-offset-top {
  position: relative;
  z-index: 10;
}
.top-feature-column.column-offset-bottom {
  position: relative;
  z-index: 10;
}
.top-feature-column.column-offset-top:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background-image: url(./images/common/ellipse-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -60px;
  left: -60px;
  width: 192px;
  height: 192px;
  z-index: -1;
}
.top-feature-column.column-offset-top:nth-of-type(2)::after {
  content: "";
  position: absolute;
  background-image: url(./images/common/ellipse-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -60px;
  left: -60px;
  width: 192px;
  height: 192px;
  z-index: -1;
}
.top-feature-column.column-offset-bottom:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background-image: url(./images/common/ellipse-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: -60px;
  width: 192px;
  height: 192px;
  z-index: -1;
}
.top-feature-column.column-offset-bottom:nth-of-type(2)::after {
  content: "";
  position: absolute;
  background-image: url(./images/common/ellipse-4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: -60px;
  width: 192px;
  height: 192px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .top-feature-column.column-offset-bottom {
padding-top: 4rem;
    }
}
.sns-bg, .section-precautions {
  position: relative;
  z-index: 0;
}

.sns-bg::after, .about-message-bg::after {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 552px;
  height: 771px;
  background: url(./images/common/vector-2.webp) no-repeat center center / contain;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.section-precautions::after, .about-message-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 386px;
  background: url(./images/common/vector-2.webp) no-repeat center center / contain;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.section-cancellation::after {
  content: "";
  position: absolute;
  top: -28%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/common/vector-3.webp) no-repeat center center / contain;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen; 
}

.sns-bg .swell-block-fullWide__inner, .about-message-bg .swell-block-fullWide__inner {
  position: relative;
  z-index: 100;
}
.section-blur-top {
  position: relative;
  overflow: hidden;
}

.section-blur-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; /* ぼかしの高さは調整可能 */
  background: linear-gradient(to bottom, #ffeff3 0%, rgba(255, 239, 243, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.column-bg {
  position: relative;
  z-index: 0;
}
.column-bg::after {
  content: "";
  position: absolute;
  top: 20%; 
  right: 0;
  width: 503px; 
  height: 258px;
  background: url('./images/common/flare-1.webp') no-repeat center center / cover;
  mix-blend-mode: screen; /* または overlay, lighten など */
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.top-map {
  width: 100%;
}
.top-post-lists {
  position: relative;
}


.top-map iframe{
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.-type-card.-sp-col1 .p-postList__title {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .top-map {
    max-width: 1080px;
  }
  
  .-type-card.-sp-col1 .p-postList__title {
    font-size: 24px;
  }
  
  
  .top-map iframe{
    aspect-ratio: 3/1;
    width: 100%;
    height: auto;
  }
}
.top-table td {
  font-size: 14px;
}
.-type-card .p-postList__item  {
  padding: 20px;
}
.-type-card.-sp-col1 .p-postList__item {
  width: 90%;
  margin: 0 auto;
}
.p-postList.-type-card, .p-postList.-type-thumb {
  row-gap: 1.5rem!important;
}

.footer {
  background: #e0c4bd;
  padding: 2em;
  font-size: 14px;
}
.footer a {
  color: #333;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.footer-logo {
  width: 200px;
}

.footer-sns {
  margin-top: 1em;
  display: flex;
  gap: 1em;
  width: 200px;
}

.footer-sns a {
  transition: 0.4s;
}

.footer-sns a:hover {
  opacity: 0.7;
}

.sns-icon {
  background: #ddd;
  padding: 0.5em 1em;
  border-radius: 50%;
  text-decoration: none;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

/* 各カラムを統一するラッパー */
.footer-section {
  flex: 1;
  margin-right: 1em;
}

/* 共通見出しスタイル（.nav-heading & .accordion-toggle） */
.nav-heading,
.accordion-toggle {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.5em;
  display: block;
  padding: 1rem 0 0;
  line-height: 1.4;
}

/* アコーディオンボタン */
.accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* アコーディオン中身 */
.accordion-content {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer-section a {
  transition: 0.4s;
}

.footer-section a:hover {
  opacity: 0.5;
}

.accordion.active .accordion-content {
  display: block;
}

.toggle-icon {
  margin-left: 0.5em;
  font-weight: normal;
  transition: transform 0.3s ease;
}

/* ulとliの調整 */
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 1em 0 0;
}

.footer-nav li, .accordion-content li {
  margin-bottom: 0.5em;
}

.invisible-placeholder {
  display: none;
}

.site-info {
  margin-top: 2rem;
}
.site-info p {
  font-size: 10px;
}

/* === PCスタイル（768px以上）=== */
@media (min-width: 768px) {
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1130px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* 見出しを視覚的に非表示（料金案内用） */
  .invisible-placeholder {
    display: block;
    visibility: hidden;
    height: 1.4em; /* .nav-heading と同じ高さ感に */
    margin-bottom: 0.5em;
  }

  .footer-logo-sns {
    flex: 1;
  }

  .footer-nav {
    flex: 3;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }

  .footer-nav ul:nth-of-type(3) {
    margin-top: 2em;
  }

  .accordion-content {
    display: block !important;
  }

  .accordion-toggle {
    cursor: default;
    pointer-events: none;
    background: none;
    border: none;
    text-align: left;
  }

  .toggle-icon {
    display: none;
  }


}

.fv-sub {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.fv-sub__inner {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
  background: url('./images/common/page-fv.webp') no-repeat center center / cover;
  max-width: 1080px;
  margin: 0 auto;
}

.fv-sub__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.fv-sub__title {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

.fv-sub__main {
  font-size: 1.5rem;
  padding-left: 15px;
}

/* --- 基本（モバイル） --- */

/* コンテンツセクション */
.guide-content {
  padding: 60px 15px;
  background-color: #fff;
}

.guide-content__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* ファーストビュー */
.fv-sub {
  padding: 0 15px;
  margin-top: 60px;
}

.fv-sub__inner {
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.fv-sub__content {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.fv-sub__main {
  font-size: 1.6rem;
}

/* 特徴セクション全体 */
.feature-section {
  background-color: #fff;
  padding-bottom: 4rem;
}

.feature-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.feature-section__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  margin-top: 3rem;
}

.feature-box {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/* タイトルと背景グラデーション */
.feature-title {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 0.8em;
  color: #654EA3;
  z-index: 10;
}
.post_content h3.feature-title {
  border-left: none!important;
}

.post_content h3.feature-title::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/ellipse-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 192px;
  height: 192px;
  z-index: -1;
}

.feature-box p {
  position: relative;
  z-index: 10;
  text-align: left;
}

/* --- PC（768px以上） --- */
@media screen and (min-width: 768px) {
  .guide-content {
    padding: 40px 20px;
  }

  .fv-sub {
    padding: 0 60px;
    margin-top: 100px;
  }
  .fv-sub__inner {
    max-width: 1200px;
    aspect-ratio: 3 / 1;
  }
  .fv-sub__content {
    align-items: flex-start;
  }

  .fv-sub__main {
    font-size: 2rem;
  }



  .feature-section__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    justify-items: center;
    align-items: center;
    gap: 0;
  }

  .feature-box {
    max-width: 350px;
    width: 100%;
  }

  /* 5つの特徴を五角形のように配置 */
  .feature-box:nth-child(1) { grid-area: 1 / 1; } /* 左上 */
  .feature-box:nth-child(2) { grid-area: 1 / 3; } /* 右上 */
  .feature-box:nth-child(3) { grid-area: 2 / 2; } /* 中央 */
  .feature-box:nth-child(4) { grid-area: 3 / 1; } /* 左下 */
  .feature-box:nth-child(5) { grid-area: 3 / 3; } /* 右下 */

  .post_content h3.feature-title {
    padding-left: 0;
    margin-bottom: 1rem;
  }
}

.post_content .cancellation-policy li {
  margin: 1.5em 0;
}

.swell-block-step__number {
  font-family: 'Shippori Mincho', Times, serif;
}


.flow-step .swell-block-step__title {
  color: #654EA3;
}

.swell-block-step__item.about-feature-list:before {
  display: none;
}

.about-feature-list .swell-block-step__title {
  color: #654EA3;
  position: relative;
}
.about-feature-list .u-bg-main {
  background-color: transparent!important;
  color: #654EA3!important;
  z-index: 15;
}
.about-feature-list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.about-feature-list .swell-block-step__title::before {
  content: "";
  position: absolute;
  background-image: url(./images/common/ellipse-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -24px;
  left: -40px;
  transform: translateX(-50%);
  width: 96px;
  height: 96px;
  z-index: 1;
}

.pc-center {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .pc-center {
    text-align: center;
  }
}

.price-menu-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.price-menu-tab {
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.price-menu-tab.active {
  color: #333;
  border-color: #333;
}
.price-menu-content {
  display: none;
}
.price-menu-content.is-active {
  display: block;
}

.price-tab-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5em;
}

.price-tab-btn {
  padding: 0.5em 1em;
  background: #eee;
  border: none;
  cursor: pointer;
}

.price-tab-btn.active {
  background: #654ea3;
  color: #fff;
}

.price-tab-content {
  display: none;
}
.price-tab-content.active {
  display: block;
}

.price-menu-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 1.5em;
  padding: 0;
}

/* 各ボタン本体 */
.price-menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1em 0.4em;
  border: 1px solid #c4b9d6;
  border-radius: 6px;
  background-color: #fff;
  font-size: 0.95rem;
  color: #333;
  text-decoration: none;
  text-align: center;
  min-width: 140px;
  max-width: 100%;
  white-space: nowrap;
  position: relative;
  transition: all 0.2s ease-in-out;
  line-height: 1.4;
}

.price-menu-button:hover,
.price-menu-button:focus {
  border-color: #654ea3;
  background-color: #f9f7fc;
  color: #654ea3;
}

/* 矢印 ▼ を下中央に配置 */
.price-menu-button::after {
  content: "▼";
  font-size: 0.6em;
  color: #654ea3;
  margin-top: 4px;
  display: block;
  line-height: 1;
}

/* PCレイアウト用に幅を少し広げる */
@media screen and (min-width: 768px) {
  .price-menu-button {
    font-size: 1rem;
    min-width: 160px;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}

.price-table th {
  background: linear-gradient(to right, #b993d6, #8ca6db);
  color: #fff;
  padding: 10px;
}

.price-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* ▼ 共通：ボタン */
.price-menu-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  padding-bottom:4em;
}

.price-menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.5em; /* 適度な共通幅 */
  min-height: 3.8em;
  padding: 0.6em;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-word; /* 単語途中でも折返し可 */
  white-space: normal;
  border: 1px solid #bca6d6;
  border-radius: 6px;
  color: #3f2d7d;
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease;
}

.price-menu-button::after {
  content: "▼";
  display: block;
  margin-top: 0.2em;
  font-size: 0.7rem;
  color: #654ea3;
}


/* ▼ アコーディオン */
.price-table-block:last-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 4em;
  font-weight: 400;
}

h3.treatment-title {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5em;
  border-left: 3px solid #bca9d6;
  cursor: pointer;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

/* 表 */
.price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  word-break: break-word;
}

.price-table th:nth-child(1),
.price-table td:nth-child(1) {
  width: 70%;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
  width: 30%;
}

/* PCのみ常時展開 */
@media screen and (min-width: 769px) {
  .treatment-title {
    cursor: default;
    pointer-events: none;
  }

  .accordion-content {
    display: block !important;
  }
}


/* 元のスタイルを打ち消す */
.concern-title.is-concern {
  border-left: none;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.concern-title.is-concern, .section-title.is-access {
  border-bottom: solid 2px #946570;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
}

.concern-title.is-concern:after, .section-title.is-access:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #D97AA4;
  bottom: -2px;
  width: 30%;
}

.section-subtitle.line-left {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #654EA3;/*左線*/
  font-weight: 500;
  color: #333;
}

.text-effect {
  padding: 0.5em;/*文字周りの余白*/
  color: #333;/*文字色*/
  background: #F5ECFF;/*背景色*/
  font-weight: 500;
}

.chart-center .swell-block-columns__inner {
  justify-content: center;
}

.effect-list {
  background-color: #F7F5FF;
  border-radius: 4px;
}
.effect-list p {
  margin-bottom: 0;
}
.effect-list p .swl-inline-icon::after {
  color: #654EA3;
}

.basic-info th {
  background: linear-gradient(to right, #b993d6, #8ca6db);
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.wp-block-cover {
  min-height: 280px;
}

@media screen and (min-width: 769px) {
  .p-relatedPosts .p-postList__item  {
    width: 100%;
  }
}

body.single-post .l-mainContent, body.blog .l-mainContent {
  margin-top: 100px; /* 任意の値に調整 */
}

.p-articleFoot{

  display: none;

}

.dl-icon .swell-block-dl__dt {
  position: relative;
  padding-left: 32px; /* アイコン分の余白 */
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.dl-icon .swell-block-dl__dt::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px; /* 実際の画像パスに差し替えてください */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0; /* 必要に応じて微調整 */
  left: 0;
}


/* 麻酔系アイコン（例：注射器） */
.anesthesia-icon::before {
  background-image: url('./images/common/anesthesia-icon.png');
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

/* 説明・注意系アイコン（例：びっくりマーク） */
.info-icon::before {
  background-image: url('./images/common/strength-icon.png');
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.section-anesthesia .swell-block-fullWide__inner, .section-strength .swell-block-fullWide__inner {
  position: relative;
  z-index: 5;
}

.section-anesthesia::after {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: url('./images/common/bg-overlay2.webp') no-repeat center center / cover;
  mix-blend-mode: screen; /* または overlay, lighten など */
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.appointment {
  box-shadow: 0px 0px 20px 20px #EBDAFF;
  border: none!important;
  background-color: #EBDAFF;
}

.appointment .cap_box_ttl {
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2rem!important;
}

.section-precautions::before, .about-message-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; /* ぼかしの高さは調整可能 */
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 239, 243, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .treatment-title {
    position: relative;
    padding-right: 2em;
    cursor: pointer;
  }

  .treatment-title::after {
    content: '+';
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
  }

  .treatment-title.is-open::after {
    content: '−';
  }
}

.column-archive__item a {
  color: #333;
}

.post_content h2.column-archive__title {
  margin: 1em 0 1em;
}

.column-archive__item {
  border-bottom: 1px solid #ccc;
}

.column-archive__excerpt p {
  padding-bottom: 1rem;
}

/* 初期状態：モバイル＝下向き（90度回転） */
.access-arrow img {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

/* PC（768px以上）では右向き（回転なし） */
@media screen and (min-width: 768px) {
  .access-arrow img {
    transform: rotate(0deg);
  }
}

.price-menu-tab.is-active {
  color:#333;
  border-bottom:2px solid #333;
}

@media screen and (min-width: 768px) {
	.treatment-list li:hover {
      opacity:0.7;
	}
}
h1.treatment-title {
	position: relative;
	padding-right: 0;
	cursor: auto;
}

h1.treatment-title::after {
display:none;}

.border-yellow {
	border: 1px solid #F9D423;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 2em;}
.border-blue {
	border: 1px solid #1A69C6;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 2em;}
.border-pink {
	border: 1px solid #D97AA4;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 2em;}

.gap0 .swell-block-columns__inner {
    row-gap: 0;
}
@media screen and (min-width: 768px) {
  .auto-width-columns {
    display: flex;
    justify-content: flex-start;
    gap: 2rem; /* カラム間隔（調整可） */
    flex-wrap: wrap;
  }

  .auto-width-columns .swell-block-column {
    flex: 0 0 auto;
    width: auto;
  }
}

.custom-fixed-footer-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 9999;
    display: none; /* 初期は非表示 */
    transition: all 0.3s ease;
}

.custom-fixed-footer-sp.show {
    display: block;
}

.custom-fixed-footer-sp ul {
    display: flex;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    border-left: 1px solid #eee;
}

.custom-fixed-footer-sp li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #eee;
}

.custom-fixed-footer-sp li:last-child {
    border-right: none;
}

.custom-fixed-footer-sp li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #333;
    text-decoration: none;
	font-weight: 500;
}

.custom-fixed-footer-sp li img {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0;
}

@media screen and (min-width: 769px) {
    .custom-fixed-footer-sp {
        display: none !important;
    }
}

.top-message-btn.is-style-more_btn a {
	background:transparent;
	border: 1px solid #666;
}

.top-message-btn.is-style-more_btn a::after {
	color: #D97AA4;
}

.top-message-btn.is-style-more_btn a:hover {
	background: #666;
}

@media screen and (min-width: 769px) {
    .price-table-block {
        border-top:none;
    }
}

.swell-block-step__number, .swell-block-step__number .__label {
line-height:1!important;}