/*@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
*/

/*------------------
共通項目
------------------*/
.l-mainContent__inner>.post_content {
    margin: 0;
}
.l-content {
    padding-top: 0;
}
/*検索アイコン非表示*/
.c-searchBtn {
    display: none !important;
}
.c-iconBtn .icon-search {
    display: none;
}
/*ページタイトル非表示*/
.c-pageTitle {
    display: none;
}
/*もっと見るボタンのボーダーカラー変更*/
.is-style-more_btn a {
    color: #009fe8;
    box-shadow: 0 0 0 1px #009fe8;
}
/*テキストボックス制限*/
.textbox {
    max-width: 600px;
}
.right_img img, .left_img img {
    border-radius: 45px;
}
.right_img .wp-block-media-text__content, .left_img .wp-block-media-text__content {
    padding-top: 0;
}
/* フッター直前ウィジェットの余白を削除 */
#before_footer_widget,
.w-beforeFooter,
.p-blogParts,
.p-blogParts.post_content {
  margin: 0 !important;
  padding: 0 !important;
}
/* 万一高さが残ってしまう場合は最小高さもリセット */
#before_footer_widget,
.w-beforeFooter {
  min-height: 0 !important;
}
/* 空の要素に高さがある場合は非表示に */
.w-beforeFooter:empty,
#before_footer_widget:empty {
  display: none !important;
}
.l-content {
  margin-bottom: 0 !important;
}
.p-breadcrumb.-bg-on {
    background: #fff;
}
.-body-solid .p-breadcrumb.-bg-on {
     box-shadow: none; 
}
.p-breadcrumb__text {
    color: #009fe8;
}
.c-categoryList__separation:after, .p-breadcrumb__item:after {
    background-color: #009fe8;
}
.bg_lightblue {
    background-color: #ddecf7;
}
/*------------------
HEADER
------------------*/
.l-header {
    padding-top: 24px;
    padding-bottom: 24px;
}
.l-header__bar {
  display: none !important;
}
@media (min-width: 960px) {
    .-series .l-header__logo {
        padding: 0;
    }
}
/* PC時にメニューを5列×2行のグリッドで表示 */
@media screen and (min-width: 769px) {
  .c-gnav {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: auto auto;
    gap: 0 20px;
    justify-items: center;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .c-gnav > li {
    list-style: none;
    text-align: center;
    white-space: nowrap;
  }
}
/*メニュー文字*/
.c-gnav>.menu-item>a .ttl {
    font-size: 16px;
    font-weight: bold;
}
/*サイドボタン*/
.fixed-vertical-buttons {
  position: fixed;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  gap: 16px;
}
.vertical-button {
  writing-mode: vertical-rl;
  text-align: center;
  background-color: rgba(6, 199, 85, 0.9);
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  width: 60px;
  height: 240px;
  line-height: 1;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: background 0.3s;
}
.vertical-button.tel {
  background-color: #69C3E6;
}
.vertical-button:hover {
  opacity: 0.8;
}
.vertical-button .button-icon {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .fixed-vertical-buttons {
    display: none;
  }
}
.menu-item-23 a {
    color: #ef8c90 !important;
}
.menu-item-64 a {
    color: #D4AF37 !important;
}
/*.menu-item-23 a {
    background-color: #ef8c90;
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 4px;
}*/

.menu-item-23 a:hover {
    opacity: 0.8;
}
.c-gnav .sub-menu {
    z-index: 5;
}
.c-gnav .sub-menu li {
    color: #fff;
    background: #009fe8;
    margin-bottom: 2px;
    font-weight: bold;
}
.c-gnav .sub-menu li:last-child {
    margin-bottom: 0;
}
.l-header__gnav .sub-menu li:nth-child(5),.l-header__gnav .sub-menu li:nth-child(6) {
  background-color: #ef8c90;
}
/*------------------
SP固定ボタン
------------------*/
@media screen and (max-width: 768px) {
    body {
        padding-bottom: 60px;
    }

    .fixed-bottom-menu {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        z-index: 999;
    }

    .fixed-bottom-menu-wrap {
        display: flex;
        justify-content: space-between;
    }

    .fixed-bottom-menu-box {
        flex: 1;
    }

    .fixed-bottom-menu-link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        height: 60px;
    }
    .fixed-bottom-menu-line {
        background-color: rgba(6, 199, 85, 0.9);
    }
    .fixed-bottom-menu-line img {
        width: 30px;
        height: auto;
    }
    .fixed-bottom-menu-tel {
        background-color: #69C3E6;
    }
    .fixed-bottom-menu-tel img {
        width: 20px;
        height: auto;
    }

}

/* PC時は非表示 */
@media screen and (min-width: 769px) {
    .fixed-bottom-menu {
        display: none;
    }
}

/*------------------
HOME
------------------*/
.top #content {
    padding-top: 0;
}
/*メインビジュアル*/
.main_img img {
    border-radius: 70px;
}
/*------------------
お知らせ
------------------*/
.info_section {
    max-width: 600px;
    margin: 0 auto;
}
.info_section .p-postList__body {
    display: flex;
    gap: 3rem;
}
.c-postTimes__posted {
    font-size: 15px;
}
.p-postList__meta :before {
    display: none;
}
.-type-simple .p-postList__link {
    border-bottom: solid 1px #bde0f7;
    padding: 16px 16px 1px 16px;
    margin: 0 auto;
}
.p-postList.-type-simple {
     border-top: none;
}
.info_section .p-postList .p-postList__title {
    font-weight: normal;
}
/*------------------
本音と結果で
------------------*/
/*見出し下線を伸ばす*/
.blue_wrap h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    content: "";
    width: 110%;
    height: 2px;
    background: #009fe8;
}
.pink_wrap h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    content: "";
    width: 110%;
    height: 2px;
    background: #ef8c90;
}
.pink_wrap_ttl h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    content: "";
    background: #ef8c90;
}
.left_img h3:before {
    left: -40px;
    z-index: -1;
    width: calc(100% + 40px);
}
.right_img h3:before {
    right: -40px;
    z-index: -1;
    width: calc(100% + 40px);
}
@media (max-width: 600px) {
    .left_img h3:before, .right_img h3:before {
        left: 0;
        z-index: -1;
        width: 100%;
    }
}
.circle_img img {
    border-radius: 35px;
}
/*------------------
変化を見て感じてください
------------------*/
.sample_card {
    position: relative;
}
.sample_head {
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #fff;
    color: #009FE8;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 24px;
    text-align: center;
    align-items: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
/*------------------
アクセス
------------------*/
.tel-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px 0;
}
.badge {
  background-color: #009fe8;
  color: #fff;
  padding: 4px 32px;
  border-radius: 18px;
  font-weight: bold;
  font-size: 24px;
}
.tel-link {
  display: flex;
  align-items: center;
  color: #009fe8;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
}
.tel-icon {
  width: 32px;
  height: auto;
  margin-right: 8px;
}
.access_section h4 {
    font-weight: normal;
    font-size: 16px;
}
.icon-button-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}
.icon-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  gap: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, box-shadow 0.3s;
}
.icon-button:hover {
  opacity: 0.9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.icon-button.line img {
  width: 36px;
  height: 36px;
}
.icon-button.web img{
    width: 40px;
    height: auto;
}
.icon-button.phone img {
    width: 24px;
    height: auto;
}
.icon-button.line {
  background-color: #06c755;
}
.icon-button.web {
  background-color: #e49fa4;
}
.icon-button-group a {
    line-height: 1.1;
    text-align: center;
}
.icon-button.phone {
  background-color: #4aa5dd;
}
.wide-button-group {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.wide-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4aa5dd;
  color: #fff;
  padding: 12px 24px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, box-shadow 0.3s;
}
.wide-button:hover {
  opacity: 0.9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.wide-button .arrow {
  margin-left: 8px;
}
.consult-buttons {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.consult-button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 40px;
  width: 300px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.consult-button .line_icon {
  width: 30px;
  height: auto;
}
.consult-button .sp_icon {
  width: 20px;
  height: auto;
}
.consult-button .arrow {
  margin-left: auto;
}
.consult-button:hover {
  opacity: 0.8;
}
.consult-button.line {
  background-color: #06c755;
}
.consult-button.tel {
  background-color: #4aa5dd;
}
.icon-button,
.wide-button,
.consult-button {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.icon-button:hover,
.wide-button:hover,
.consult-button:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.marker {
    background-color: #009fe8;
    border-radius: 8px;
    display: block;
    padding: 8px 16px;
}
/*------------------
フッターメニュー２カラムに
------------------*/
.menu-header-menu-container .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 20px; /* 上下・左右の間隔 */
  list-style: none;
  padding: 0;
}
.c-gnav .sub-menu a:before, .c-listMenu a:before {
    display: none;
}
.c-listMenu a {
    border-bottom: none;
}
.footer-btn-grid {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-btn {
  display: inline-block;
  background-color: #00a0e9;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-width: 140px;
}
.footer-btn:hover {
  background-color: #007bb8;
}
.l-footer__foot, .l-footer__widgetArea {
    padding-top: 3rem;
}
.w-footer__box .c-widget img {
    max-width: 400px !important;
    height: auto;
    width: 100%;
}
/*------------------
当院について
------------------*/
.about_reason_wrap h3 {
    margin: 0;
}
.about3-card-wrap .swell-block-column {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
/*------------------
産後骨盤矯正
------------------*/
.sub-container {
    max-width: 900px;
    margin: 0 auto;
}
/*------------------
症状から探す
------------------*/
.trouble_card h4 {
    margin-top: 0;
}
.trouble-card-wrap .swell-block-column {
    border-radius: 36px;
}
.tlouble_card_wrap .is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column {
  background-color: #fff;
  border-radius: 12px;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.06),
    0 6px 12px -4px rgba(0, 0, 0, 0.12);
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 24px;
}
.tlouble_card_wrap .is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column:hover {
  transform: translateY(-4px);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.1),
    0 12px 24px -6px rgba(0, 0, 0, 0.15);
}
/*------------------
レスポンシブ
------------------*/
@media screen and (max-width: 768px) {
    .p-fixBtnWrap {
        padding-bottom: 60px;
    }
    .l-header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main_img img {
        border-radius: 0;
    }
/*料金表を縦並びに*/
  .has-fixed-layout {
    display: block;
    width: 100%;
  }

  .has-fixed-layout tbody,
  .has-fixed-layout tr,
  .has-fixed-layout th,
  .has-fixed-layout td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .has-fixed-layout th,
  .has-fixed-layout td {
    padding: 8px;
    border: 1px solid #ddd;
  }
  .has-fixed-layout tr {
    margin-bottom: 24px;
  }
}
.swell-block-fullWide+.swell-block-fullWide {
    margin-top: 0 !important;
}