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

/* グローバルナビ */
.c-gnav {
 font-weight: 500;
 color: #5d453e;
}
.c-gnav>.menu-item>a .ttl {
  font-size: 1.2em;
}
/* ヘッダーメニュー右に電話番号 */
.w-header__inner {
 position: relative;
 display: flex;
 justify-content: flex-end;
 align-items: center;
}
.tel-header {
 font-size: 1.5em;
 color: #43484f;
 font-weight: 600;
}
/* 小さめ画面幅の調整 */
/* 1151px以下 */
@media (min-width: 960px) and (max-width: 1151px) {
  .c-headLogo {
    height: 52px;
  }
  .-series .l-header__logo {
    margin-right: 8px;
  }
  .c-gnav>.menu-item>a .ttl {
    font-size: 16px;
  }
  .tel-header {
    font-size: 1.1em;
    font-weight: 500;
  }
}

/* 左右12px余白 */
.margin-lr12 {
 margin: 0 12px;
}

/* セクション見出し */
.post_content .is-style-section_ttl {
 color: #43484f; 
}

/* 丸枠アイコン */
.circle {
 width: 110px;
 height: 110px;
 border: 2px solid #d99a66;
 background-color: #ffffff;
 border-radius: 50%; /* 丸にする */
 position: relative; /* 画像を中央に配置するための基準とする */
}
.circle img {
 width: 60%;
 position: absolute; /* 画像を重ねて配置 */
 top: 50%;
 right: -10%;
 transform: translate(-50%, -50%); /* 画像の中心を中央に移動 */
}
/*タブレット960px未満*/
@media screen and (max-width: 959px){
  .circle {
  	margin-left: 2em;
  }
}

/* メインビジュアル画像の角を丸める */
.p-mainVisual__slide {
  border-radius: 20px;
}

/* トップ、メインコンテンツ */
.top #content {
  padding-top: 0.5em;
}

/* フッター画像 */
.f-img {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* セクション見出しの前にロゴ画像を入れる */
.post_content h2.is-style-section_ttl::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: -2px 0px 0px -54px;
  background: url('https://oshachi-clinic.com/wp/wp-content/uploads/2025/04/t-logo.png') no-repeat center/contain;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .post_content h2.is-style-section_ttl::before {  
    margin: -8px 0px 0px -54px;
  }
}

/* メインビジュアルテキスト位置調整 */
.p-mainVisual__textLayer {
  justify-content: flex-start !important;
  margin-top: 76px;
}

/* 休日タイトルを横並び */
div.holiday-titles {
  display:flex;
  margin-top: 1em;
}
.xo-event-calendar p.holiday-title {
  padding-right: 12px;
}

/* h1見出し */
.c-pageTitle {
  font-size: 1.6em;
}
@media (min-width: 600px) {
  .c-pageTitle {
    font-size: 2em;
  }
}
.c-pageTitle[data-style=b_bottom] {
  border-bottom: 0px solid var(--color_border);
}
/* 強制的に中央に適用 */
.c-pageTitle {
    display: flex;
    justify-content: center;
}
/* 下線を消す */
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    border-bottom: none;
}
/* 両サイドに線を入れる */
.heading-6 {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
}
.heading-6::before,
.heading-6::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #d99a66;
}
@media (max-width: 600px) {
  .heading-6 {
    padding: 0 1.4em;
  }
  .heading-6::before,
  .heading-6::after {
    width: 25px;
  }
}

.heading-6::before {
    left: 0;
}
.heading-6::after {
    right: 0;
}


/* h2見出し */
@media (min-width: 600px) {
  .post_content h2 {
    font-size: 1.6em;
  }
}

/* ヘッダーロゴ追従サイズ拡大 */
@media (min-width: 1152px) {
  .l-fixHeader .c-headLogo {
    height: 64px;
  }
  .l-fixHeader__logo {
    margin-right: 8px;
   }
}

/* 見出し1 下の余白を詰める */
.l-mainContent__inner>.post_content {
  margin: 0.5em 0;
}

/* 左右余白 */
.pd-lr-2 {
  padding: 0 2em;
}

/* リスト余白を詰める SPのみ */
@media (max-width: 600px) {
  .swell-block-dl__dd {
    margin-left: 0;
    padding: 1em 0.5em;
  }
}

