/*
Theme Name: ニシナ歯科医院
Theme URI:
Description: ニシナ歯科医院 専用テーマ（Astra 子テーマ）。ページは front-page.php / page-*.php、CSSは style.css、JSは js/main.js に集約。
Author: APD
Template: astra
Version: 1.0.0
Text Domain: nishina
*/



/****************************/
/* 初期状態では表示 */
.sp-only {
  display: none;
}

/* 769px以上のとき */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* 768px以下のとき */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.pc-only {
  display: none; /* 初期状態では非表示 */
}

@media (min-width: 768px) { /* 画面幅が768px以上の場合 */
  .pc-only {
    display: block; /* 表示 */
  }
}
	
	


/* PC（タブレット以上）では非表示にする */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

/*****ハンバーガーメニュー *********/
/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  z-index: 1002;
}

/* その他のスタイル（前回と同じ） */
.hamburger {
  cursor: pointer;
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #333;
  transition: 0.3s;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: -100%;
	width:30%;
  max-width: 500px;
  height: 100%;
  background: #fff;
  box-shadow: -3px 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
  padding: 60px 20px;
  transition: right 0.3s ease;
}

.hamburger-menu.open {
  right: 0;
}

.hamburger-menu ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}

.hamburger-menu ul li {
  margin-bottom: 20px;
}

.hamburger-menu ul li a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
}

.btn-access a{
    color: #fff;
	text-decoration:none!important;
}
/****************************/
.menu-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  max-width: 800px;
  margin: 0 auto;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.menu-list li {
  margin-bottom: 12px;
}

.menu-list li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.pl10{padding-left:10px;}

.entry-content p {
    margin-bottom: 0!important;
}

/*** リセット *******************/
a {
    text-decoration: none!important;
}

.site .comments-area {
    padding-bottom: 2em;
    margin-top: 2em;
    display: none;
}


.entry-content ul, .entry-content ol {
    padding: revert;
    margin: revert;
    padding-left: 0px;
}

.ast-single-post.ast-page-builder-template .site-main > article, .ast-page-builder-template .post-navigation {
    padding-top: 0em;
    padding-left: 0px;
    padding-right: 0px;
}

.entry-title {
    font-weight: 600;
    font-size: 32px;
    font-size: 2rem;
    display: none;
}

.ast-primary-header-bar {
    display: block;
    display: none;
}

.ast-page-builder-template .entry-header {
    padding-left: 0;
    display: none;
}

header#masthead {
    display: none;
}

table, td, th {
    border: 0px solid var(--ast-border-color);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0px 0 0 0px;
    margin: 0 0 1.5em;
    width: 100%;
}
a {text-decoration:none;}

.mbg{
	background-color:#F5F5F5;
	padding-bottom: 100px;
}
.bgc02{background-color:#FAFFF5;}
.bgc03{background-color:#FAFFFF;}
.bgc04{background-color:#FFFEF6;}
.bgc05{background-color:#f5f5f5;}
.bgc06{background-color:#FFFAFE;}
.button-wrapper {
  text-align: center;
}
.btn-p01{
	  background: #333;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.w1280{max-width:1280px;}
.secE {
	background-color:#fff;
}


.footer-menus li a{
	color:#fff;
	text-decoration:none!important;
}
/*******common************************/

.fs15{font-size:15px!important;}
.w32{width:32px;}
.pb50{padding-bottom:50px;}
.pt50{padding-top:50px;}
.mtb100{margin:100px auto;}
.green{color:#29B054;}


/**************************************/
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: 'Noto Sans JP', sans-serif;
      background-color: #f8fbf2;
      color: #333;
    }

    /* ────────────────────────────────
       ヘッダー
    ──────────────────────────────── */
    .site-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
      background-color: #f8fbf2;
    }
    .site-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 0px!important;
		padding-top:100px;
}
    .site-header .logo img {
      height: 95px;
    }
    .site-header .header-right {
      display: flex;
      align-items: center;
      gap: 20px;
			margin-top:-80px;
    }
    .site-header .header-right .tel {
      display: flex;
      align-items: center;
      font-size: 32px;
			font-family: "Hepta Slab", serif;
    }
    
    .site-header .header-right .status-btn {
      background-color: #aaa;
      color: #fff;
      border: none;
      padding: 6px 12px;
      border-radius: 4px;
      font-size: 14px;
      cursor: default;
    }
    .site-header .header-right .hamburger {
      width: 24px;
      height: 18px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
    }
    .site-header .header-right .hamburger span {
      display: block;
      height: 2px;
      background-color: #2a9348;
      border-radius: 1px;
    }

    /* ────────────────────────────────
       メインビジュアル
    ──────────────────────────────── */
    .hero {
      max-width: 1920px;
      margin: 0 auto;
      display: flex;
      gap: 40px;
      padding: 30px 20px;
			background-color: #f8fbf2;
			padding-top:80px;
    }
    .hero .left {
      width:35%;
      min-width: 300px;
			padding-left:50px;
    }
    .hero .left p {
      line-height: 2;
      margin-bottom: 24px;
			font-size:24px;
    }
    .hero .left .link-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px 20px;
      list-style: none;
      margin-bottom: 32px;
    }
    .hero .left .link-list li{
      position: relative;
      padding-left: 16px;
      font-size: 20px;
    }
    .hero .left .link-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 15px;
      width: 6px;
      height: 6px;
      background-color: #2a9348;
    }
.hero .left .link-list li a{
	color:#000;
	text-decoration:none;
}
    .hero .left .schedule {
      font-size: 14px;
      line-height: 1.6;
    }
    .hero .left .schedule table {
      max-width: 450px;
      border-collapse: collapse;
      margin: 8px 0 16px;
			border:none;
    }
    .hero .left .schedule td {
      text-align: left;
      padding: 4px 0px;
			border:none;
    }
    .hero .left .schedule td:nth-child(n+2) {
      font-size: 18px;
			border:none;
    }

    /* ────────────────────────────────
       フェードスライダー
    ──────────────────────────────── */
    .hero .right {
      flex: 1;
      min-width: 300px;
      position: relative;
      overflow: hidden;
    }
    .slider {
      position: relative;
      width: 1078px;
      height: 694px;
    }
    .slide {
      position: absolute;
      top: 0; left: 0;
      width: 1078px; height: 694px;
      opacity: 0;
      animation: fade 9s infinite;
    }
    .slide img {
      width: 1078px;
      object-fit: cover;
      display: block;
    }
    .slide:nth-child(1) { animation-delay: 0s; }
    .slide:nth-child(2) { animation-delay: 3s; }
    .slide:nth-child(3) { animation-delay: 6s; }

    @keyframes fade {
      0%   { opacity: 1; }
      30%  { opacity: 1; }
      33%  { opacity: 0; }
      100% { opacity: 0; }
    }

.schedule {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 16px 0;
  margin: 30px 0;
  font-size: 14px;
  /*max-width: 450px; /* 必要に応じて調整 */
}

.schedule table {
  width: 100%;
  border-collapse: collapse;
}

.schedule th,
.schedule td {
  padding: 4px 0px;
  text-align: left;
  vertical-align: middle;
	border:none;
}

/* 「診療時間」ラベルは左寄せ */
.schedule th.label,
.schedule td.label {
  text-align: left;
  padding-left: 0;
  white-space: nowrap;
  font-weight: normal;
	border:none;
}

/* 曜日の文字を少し細く見せたい場合 */
.schedule th:not(.label) {
  font-weight: normal;
}


.site-header {
  display: flex;
  justify-content: center; /* 全体を中央寄せ */
  align-items: center;
  position: relative;
  height: 100px; /* 必要に応じて調整 */
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}



.secA{
	max-width:1280px;
	margin:0 auto;
	padding-top:100px;
}


.secA .en{
	font-size:20px;
	color:#29B054;
	font-family: "Hepta Slab", serif;
	text-align:center;
	padding-top:80px;
}

.secA h2{
	font-size:36px;
	font-weight:normal;
	text-align:center;
}

.secB {
	display:flex;
	max-width:1280px;
	margin:0 auto;
	padding:30px 0;
	gap:20px;
	justify-content: center;
}

.item01{
	max-width:33%;
	/*margin:10px;*/
}










.info-section {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 40px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
	background-color:#fff;
}

.schedule-box, .access-box {
  flex: 1;
}

.schedule-box h2,
.access-box h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
  font-size: 14px;
}

.schedule-table th,
.schedule-table td {
  text-align: center;
  padding: 6px;
}

.note, .web-note {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.phone-box {
  text-align: center;
  margin: 20px 0;
}

.phone {
  font-size: 32px;
  color: #3cb371;
  font-weight: normal;
  margin-bottom: 8px;
	font-family: "Hepta Slab", serif;
}

.phone-icon {
  margin-right: 5px;
}

.btn-disabled {
  /*background: #ccc;*/
  background: #333;
  color: #fff!important;
  border: none;
  padding: 15px 50px;
  border-radius: 5px;
  /*cursor: not-allowed;*/
  margin-top: 10px;
}

.access-box .map {
  width: 100%;
  height: 200px;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 16px;
}

.access-box .address {
  margin-bottom: 10px;
  font-size: 14px;
}

.btn-access {
  background: #333;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
}




/***お知らせ ********************/
.top-news {
    max-width: 1280px;
    margin: 0px auto;
    padding: 0 20px;
    /*display: flex;*/
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.news-title {
  width: 150px;
  font-size: 18px;
  font-weight: 600;
  /*margin-left:100px!important;*/
  font-size: 20px;
  margin-bottom: 20px;
}

.news-list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
	/*margin-left: 100px !important;
	margin-right:50px!important;*/
}

.news-list li {
  border-bottom: 1px solid #ddd;
}

.news-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background 0.2s;
}

.news-list a:hover {
  background: #f9f9f9;
}

.news-date {
  font-weight: bold;
  margin-right: 20px;
  white-space: nowrap;
}

.news-text {
  flex: 1;
}

.news-arrow {
  color: #3cb371;
  font-size: 18px;
  font-weight: bold;
}


/*******************************/
.feature-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.feature-subtitle {
  color: #3cb371;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
	font-family: "Hepta Slab", serif;
}

.feature-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.feature-item {
  text-align: left;
  background: #fffbd7;
  /*background: #FFFEF6;*/
  padding: 20px;
  border-radius: 10px;
}

.feature-number {
  color: #3cb371;
  font-weight: normal;
  margin-bottom: 0px!important;
  font-size: 24px;
	font-family: "Hepta Slab", serif;
}

.feature-item h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 12px;
}

.feature-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 4px;
}

.feature-text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.feature-btn {
  display: inline-block;
  font-size: 20px;
  color: #000!important;
  text-decoration: none!important;
  font-weight: normal;
}

.feature-btn span {
  margin-left: 5px;
  font-weight: bold;
	width:32px;
}

.feature-btn span img {
	width:32px;
	height:32px;
}


/******ドクター紹介***************/

.doctor-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FFFAFE;
  text-align: center;
}

.section-subtitle {
  color: #3cb371;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #333;
}

.doctor-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
	margin-bottom:50px;
}

.doctor-text {
  flex: 1;
  min-width: 300px;
}

.doctor-name-en {
  color: #3cb371;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}

.doctor-name-ja {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}

.doctor-title {
  font-size: 14px;
  margin-bottom: 20px;
}

.doctor-message p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.btn-outline {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 13px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
}

.btn-outline:hover {
  background-color: #3cb371;
  color: #fff;
  border-color: #3cb371;
}

.doctor-photo {
  width: 300px;
  height: 360px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}



.medical-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.section-subtitle {
  color: #3cb371;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.section-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 50px;
}

.medical-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
	padding-top:50px;
}

.medical-box {
  max-width: 480px;
  width: 100%;
}

.medical-box img {
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}

.medical-box img:hover {
  opacity: 0.85;
}



/**************************/
.treatment-list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ← ここを固定 */
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.treatment-grid li {
  background: #f8fff8;
  text-align: center;
  border-radius: 8px;
  padding: 30px 10px 20px;
  transition: 0.3s;
}

.treatment-grid li:hover {
  background: #e6f9e6;
}

.treatment-grid img {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.treatment-grid .jp {
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.treatment-grid .en {
  font-size: 13px;
  color: #3cb371;
}

/*** Q&A **************************/

.faq-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.faq-subtitle {
  color: #3cb371;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.faq-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 50px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
}

.faq-item {
  display: flex;
  gap: 20px;
}

.faq-icon {
  width: 48px;
  height: 48px;
  background: #ccc;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}

.faq-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-q, .faq-a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faq-label {
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  line-height: 1.6;
}

.faq-label.q {
  color: #3cb371;
}

.faq-label.a {
  color: #888;
}

.faq-text {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

/***　お悩み　**************/

.trouble-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.trouble-subtitle {
  color: #3cb371;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.trouble-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.trouble-desc {
  font-size: 14px;
  margin-bottom: 50px;
  color: #666;
}

.trouble-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

.trouble-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.trouble-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.trouble-text {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 10px;
	width:300px;
}

.trouble-text .check {
  font-size: 20px;
  color: #3cb371;
}

.trouble-text p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin: 0;
	text-align:left;
}

.trouble-btn {
  margin-top: 10px;
  font-size: 13px;
  padding: 8px 60px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  text-decoration: none!important;
  border-radius: 6px;
  transition: 0.3s;
	margin:0 auto;
}

.trouble-btn:hover {
  background: #3cb371;
  color: #fff;
  border-color: #3cb371;
}

/****************************/

.philosophy-section {
  width: 100%;
	max-width:1280px;
	height: calc(100vw * 0.666);
	max-height:853px;
	margin:0 auto;
  background: url("/wp-content/uploads/2025/07/top-bg01.png") no-repeat center center / cover;
  position: relative;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
}

/**
.philosophy-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 黒の半透明オーバーレイ */
  z-index: 0;
/**}**/


.philosophy-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  z-index: 1;
	margin-top:100px!important;
}

.philosophy-subtitle {
	margin-top:100px;
  font-size: 24px;
  color: #fff!important;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.philosophy-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 80px!important;
  line-height: 1.6;
	color:#fff!important;
}

.philosophy-text {
  font-size: 20px;
  line-height: 2;
  color: #fff;
	text-align:left;
	margin-left:50px
}

/***　設備案内　*******************/
.facility-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.facility-subtitle {
  font-size: 14px;
  color: #3cb371;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.facility-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.facility-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.facility-button {
  display: inline-block;
  margin-bottom: 50px;
  padding: 10px 24px;
  font-size: 13px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.facility-button:hover {
  background: #3cb371;
  color: #fff;
  border-color: #3cb371;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  text-align: left;
}

.facility-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.facility-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.facility-item .placeholder {
  width: 100%;
  height: 160px;
  background: #ddd;
  border-radius: 4px;
}

.facility-item p {
  font-size: 14px;
  color: #333;
}

/*** ブログ　****************/
.blog-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.blog-subtitle {
  font-size: 14px;
  color: #3cb371;
  margin-bottom: 5px;
  letter-spacing: 1px;
	font-family: "Hepta Slab", serif;
}

.blog-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  flex: 2;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.blog-more {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-more span {
  font-size: 16px;
  color: #3cb371;
}

.blog-swiper .swiper-wrapper {
  padding-bottom: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.blog-thumbnail img,
.blog-thumbnail .no-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #ddd;
  text-align: center;
  line-height: 160px;
  font-size: 14px;
  color: #999;
}

.blog-content {
  padding: 15px;
}

.blog-post-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-excerpt {
  font-size: 13px;
  color: #666;
}

.blog-prev,
.blog-next {
  color: #999;
  top: 40%;
}

.blog-prev::after,
.blog-next::after {
  font-size: 20px;
}

.secC{
	max-width:1280px;
	margin: 0 auto; 
	margin-top:100px;
	text-align:center;
}

.secC img{
	text-align: center;
}

.secC p{
	font-size:20px;
	color:#29B054;
	text-align:center;
	font-family: "Hepta Slab", serif;
}

.secC span{
	font-size:15px;
	color:#000;
	text-align:center;
	font-family: "Noto Sans JP", sans-serif;
}

/***　フッター　****************/

.site-footer {
  background: #3cb371;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  padding: 40px 20px 20px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-menus {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex: 3;
}

.footer-menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menus li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-menus li:first-child {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-menus .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #046bd2;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.footer-info {
  text-align: left;
  min-width: 240px;
  margin-left: auto;
	margin-top:100px;
}

.footer-info p {
  margin: 5px 0;
  font-size: 13px;
  color: #ddd;
}

.footer-info .copyright {
  margin-top: 10px;
  color: #ccc;
}


.footer-bottom {
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
  color: #ccc;
}





/********スマホ　****************/
@media screen and (max-width: 768px) {
.site-header .header-right .tel {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-family: "Hepta Slab", serif;
    display: none;
}
.site-header .header-right .status-btn {
    background-color: #aaa;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: default;
    display: none;
}
.hero .left .link-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    list-style: none;
    margin-bottom: 32px;
    display: none;
	
}
.schedule {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 16px 10px;
    margin: 30px 0;
    font-size: 14px;
    /*max-width: 450px;*/
}
.hero {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding: 30px 20px;
    background-color: #f8fbf2;
    padding-top: 80px;
    flex-wrap: wrap;
}
}

@media screen and (max-width: 768px) {
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 694px;*/
    opacity: 0;
    animation: fade 9s infinite;
}
.hero .left {
    width: 100%;
    min-width: 300px;
    padding-left: 0px;
}
.slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.hero .left p
 {
    line-height: 2;
    margin-bottom: 24px;
    font-size: 20px;
    text-align: center;
}
.treatment-grid {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-list
 {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ddd;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
    /*.slider {
      position: relative;
	  width: 1078px;
      height: 450px;
    }*/
	
	.slider {
	  position: relative;  /* 子のabsoluteに対応 */
	  width: 100%;
	  height: auto;        /* 高さを自動に */
	  overflow: hidden;    /* はみ出し防止 */
	}

	.slider::after {
	  content: "";
	  display: block;
	  padding-top: 70%; /* 16:9 比率ならこれで高さ確保 */
	}
	
	.secB {
    flex-wrap: wrap;
}
.item01 {
    max-width: 100%;
	margin:10px auto;
}
.info-section {
    max-width: 1280px;
	  display:block;
    margin: 0 auto;
    gap: 40px;
    padding: 40px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    background-color: #fff;
    flex-wrap: wrap;
}
.top-news {
    max-width: 1280px;
    margin: 0px auto;
    padding: 0 20px;
    display: block;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

	

.header-tel {
    font-size: 32px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Hepta Slab", serif;
    display: none;
}
.btn-reserve {
    background: #0ca36d;
    color: #fff !important;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: 0.3s;
    border: 1px solid #fff;
    display: none;
}
.btn-reserve,
.btn-reserve a {
	color: #fff !important;
}
.visit-step {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 20px;
    max-width: 1150px;
    margin: 0 auto;
}
.philosophy-subtitle {
    margin-top: -50px;
    font-size: 18px;
    color: #fff !important;
    letter-spacing: 1px;
    margin-bottom: 0px!important;
}
.philosophy-title {
    margin-bottom: 0px !important;
    line-height: 1.6;
    color: #fff !important;
}
}

@media screen and (max-width: 768px) {
.philosophy-title {
	font-size:18px;
	margin-bottom:40px!important;
    line-height: 1.6;
    color: #fff !important;
}
.philosophy-text {
	  padding-top:10px;
    font-size: 13px;
    line-height: 2;
    color: #fff;
    text-align: left;
    margin-left: 20px;
}
.philosophy-section
 {
    width: 100%;
    max-width: 1280px;
    max-height: 853px;
	  height:450px;
    margin: 0 auto;
    background: url(/wp-content/uploads/2025/07/top-bg01.png) no-repeat center center / cover;
    position: relative;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    overflow: hidden;
}
}




/* PCでは非表示 */
.bottom-nav {
  display: none;
}

/* スマホ表示 */
@media screen and (max-width: 768px) {
  .bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
    font-family: sans-serif;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  }

  .nav-btn {
    flex: 1;
    padding: 8px 4px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
  }

  .icon-img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .title {
    font-size: 14px;
    font-weight: bold;
  }

  .desc {
    font-size: 11px;
    line-height: 1.2;
  }

  /* 背景色 */
  .nav-btn.tel {
    background-color: #28b04a;
    color: #fff;
  }

  .nav-btn.web {
    background-color: #f9f4ef;
    color: #333;
  }

  .nav-btn.access {
    background-color: #f7f7f7;
    color: #333;
  }
}



@media screen and (max-width: 768px) {
  body {
    padding-bottom: 100px; /* bottom-navの高さに合わせて調整 */
  }
.site-footer {
    background: #3cb371;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    padding: 40px 20px 20px;
    margin-bottom: 50px !important;
}
.hamburger-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 500px;
    height: 100%;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 60px 20px;
    transition: right 0.3s ease;
}
#ast-scroll-top {
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    color: #ffffff;
    border-radius: 2px;
    content: "";
    outline: inherit;
    margin-bottom: 50px;
}
.menu-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px;
    max-width: 800px;
    margin: 0 auto;
}
}



/******　追加　*****************/

.emergency-banner {
  width: 1280px;
  height: 291px;
  margin: 0 auto;
  background: #f5f5f5;
  border: 2px solid #2db24a;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  box-sizing: border-box;
}

.emergency-inner {
  display: flex;
  width: 100%;
  height: 100%;
	background-color:#fff;
	border-radius:30px;
}

.banner-image img {
  height: 100%;
  width: auto;
  display: block;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
	padding-left:150px;
}

.banner-text {
  padding: 30px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  box-sizing: border-box;
	padding-left:120px;
}

.banner-text h2 {
  font-size: 40px;
  margin-bottom: 10px;
	text-align:left;
}

.banner-text .green {
  color: #2db24a;
  font-weight: normal;
}

.call-instruction {
  font-weight: bold;
  margin-bottom: 5px!important;
  font-size: 20px;
}

.phone {
  font-size: 32px;
  color: #2db24a;
  font-weight: normal;
  margin-bottom: 10px!important;
}

.phone a {
  color: #2db24a;
}

.phone-icon {
  margin-right: 6px;
}

.note01 {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}




.feature-box {
  display: flex;
  align-items: center;
	background-color: #fff;
	border-radius: 10px;
  padding: 15px 20px;
  width: fit-content;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-family: sans-serif;
	width:410px;
}

.icon img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #333;
  padding: 4px;
}

.text {
  margin-left: 16px;
  line-height: 1.4;
}

.line1 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 0;
	margin-bottom: 5px!important;
}

.line2 {
  font-size: 20px;
  color: #2eb06a;
  font-weight: bold;
  margin: 0;
}



.cosmetic-box {
  width: 480px;
  height: 225px;
  border: 2px solid #2eb06a;
	border-radius: 30px;
  overflow: hidden;
  font-family: sans-serif;
  box-sizing: border-box;
  background: #fff;
	display:flex;
}

.cosmetic-image img {
  height: 100%;
  width: auto;
  display: block;
}

.cosmetic-text {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  line-height: 1.6;
}

.cosmetic-text h3 {
  font-size: 38px;
  color: #2eb06a;
  margin: 0 0 10px;
	text-align:left;
	font-weight:normal;
}

.cosmetic-text p {
  font-size: 18px;
  margin: 0;
	text-align:left;
	font-weight:bold;
}

.col2{
	max-width:1100px;
	display:flex;
	margin:0 auto;
}
.item10{
	width:50%;
}



/***tab　*****************************/
@media screen and (max-width: 1050px) {
.emergency-banner {
  width: 100%;
  height: 291px;
  margin: 0 auto;
  background: #f5f5f5;
  border: 2px solid #2db24a;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  box-sizing: border-box;
}
.banner-text {
    padding: 30px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    box-sizing: border-box;
    padding-left: 10px;
}
.feature-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    width: fit-content;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
}
}















.pc-only {
  display: none; /* 初期状態では非表示 */
}

@media (min-width: 768px) { /* 画面幅が768px以上の場合 */
  .pc-only {
    display: block; /* 表示 */
  }
}
	
	
/* 初期状態では表示 */
.sp-only {
  display: block;
}

/* PC（タブレット以上）では非表示にする */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}


@media screen and (max-width: 768px) {
.cosmetic-box
 {
    width: 100%;
    height: auto;
    border: 2px solid #2eb06a;
    border-radius: 30px;
    overflow: hidden;
    font-family: sans-serif;
    box-sizing: border-box;
    background: #fff;
    display: flex;
}
.feature-box {
    display: flex
;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    width: fit-content;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
    width: 350px;
}
.doctor-message p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.section-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: left;
}
.cosmetic-text h3 {
    font-size: 22px;
    color: #2eb06a;
    margin: 0 0 10px;
    text-align: left;
    font-weight: normal;
}
.cosmetic-text {
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  line-height: 1.6;
}
.faq-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}
.step-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.hygiene-text {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 40px;
}
.ptxt01 {
    font-size: 16px;
    padding: 0 10px;
}
}






@media (min-width: 922px) {
    .ast-narrow-container .site-content > .ast-container {
        max-width: 1920px!important;
    }
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single:not(.ast-related-post) {
    background-color: #fff;
    max-width: 750px;
    margin: 0 auto;
}


@media (min-width: 993px) {
    .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
        margin: 0em 0;
        padding: 0;
    }
}



.ast-container, .ast-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.site-footer {
    background: #3cb371;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    padding: 40px 20px 20px;
}



.ast-separate-container .post-navigation {
    border-top: 0;
    padding-left: var(--ast-post-nav-space, 3.33333em);
    padding-right: var(--ast-post-nav-space, 3.33333em);
    max-width: 720px;
    margin: 0 auto;
}


.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single:not(.ast-related-post) {
    background-color: #fff;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 100px;
	  border: 1px solid #000;
}


/* 著者ブロック自体を非表示（これで「By」も消える想定） */
.single .entry-meta .posted-by,
.single .ast-author-meta,
.single .entry-meta .byline {
  display: none !important;
}

/* もし日付の前に出るスラッシュなどが疑似要素で残る場合は併せて消す */
.single .entry-meta .posted-on::before,
.single .entry-meta .posted-on::after {
  content: none !important;
}

/* 別実装で区切り専用要素がある場合の保険（環境により存在しないことも） */
.single .entry-meta .meta-separator {
  display: none !important;
}


/* 著者系の塊を確実に非表示（環境差吸収） */
.single .entry-meta .posted-by,
.single .entry-meta .byline,
.single .entry-meta [class*="author"],
.single .entry-meta .author-title {
  display: none !important;
}

/* 日付の前後に付く区切りやラベルを疑似要素で消す保険 */
.single .entry-meta .posted-on::before,
.single .entry-meta .posted-on::after,
.single .entry-meta .meta-separator {
  content: none !important;
  display: none !important;
}


/* 親のテキスト（By や / の素の文字）を 0 にして不可視化 */
.single .entry-meta {
  font-size: 0;
}

/* 著者ブロック自体は非表示 */
.single .entry-meta .posted-by {
  display: none !important;
}

/* 日付だけ通常サイズに戻す（お好みでサイズ調整） */
.single .entry-meta .posted-on,
.single .entry-meta .posted-on * {
  font-size: 14px;        /* Astra標準に近いサイズ。必要なら16pxなどへ */
  line-height: 1.6;
}
/* WEB予約ボタンのテキストを白に統一 */
.btn-reserve a {
  color: #fff !important;
}

/* ボタン自体のスタイル */
.btn-reserve {
  background-color: #0ca36d; /* 背景色（緑） */
  border: 1px solid #0ca36d;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 13px;
  text-decoration: none !important;
  transition: 0.3s;
 /* display: inline-block;*/
}

/* hover時 */
.btn-reserve:hover,
.btn-reserve a:hover {
  background-color: #08875a;
  color: #fff !important;
}
/* WEB予約ボタンの文字を白に統一 */
.btn-disabled a {
  color: #fff !important;
  text-decoration: none !important;
}

/* ボタン全体のデザイン調整（必要なら） */
.btn-disabled {
  background: #333;
  border: none;
  border-radius: 5px;
  padding: 15px 50px;
  cursor: pointer;
}

/* hover時（任意） */
.btn-disabled:hover a {
  color: #fff !important;
}
		

/* ===== Simple Custom CSS and JS 由来（ページ別CSS統合） ===== */
/* --- sccj_0 --- */
.treatment-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.treatment-block {
  margin-bottom: 60px;
}

.treatment-title {
  text-align: center;
}


.treatment-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.treatment-inner.reverse {
  flex-direction: row-reverse;
}

.treatment-img img {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 4px;
}

.treatment-text {
  flex: 1;
  text-align: left;
}

.treatment-text p {
  margin-bottom: 10px;
  line-height: 1.8;
}

.item {
  margin-bottom: 6px;
  line-height: 1.6;
  text-align: left;
}

.treatment-title {
  text-align: center;
}

.treatment-title {
  display: inline-block;           /* 文字幅にする */
  border-bottom: 2px solid #2eb06a; /* 緑の下線 */
  padding-bottom: 4px;
  font-size: 24px;
  margin: 0 auto 20px;
  text-align: center;
}
.treatment-block {
  text-align: center; /* h2を中央揃えにする */
  margin-bottom: 40px;
}



/* スマホ対応 */
@media screen and (max-width: 768px) {
  .treatment-inner,
  .treatment-inner.reverse {
    flex-direction: column;
    align-items: center;
  }

  .treatment-img img {
    max-width: 100%;
  }

  .treatment-text {
    width: 100%;
    margin-top: 20px;
  }

  .treatment-title {
    font-size: 20px;
  }
}
/* --- sccj_1 --- */
.asecA img{
	margin-bottom:30px;
}


.contact-section {
  background: #fdfdf5;
  padding: 40px 0;
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 50px;
  flex-wrap: wrap;
}

.contact-img img {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
}

.contact-info {
  max-width: 500px;
  text-align: center;
}

.contact-heading {
  font-family: "Hepta Slab", serif;
  margin-bottom: 10px!important;
	font-size:24px!important;
	color:#b5b5b5!important;
	margin-bottom:10px!important;
	font-weight:normal!important;
}

.contact-tel {
  font-size: 32px;
  color: #3fb35c;
  font-weight: normal;
  margin-bottom: 20px;
font-family: "Hepta Slab", serif;
}

.contact-tel .icon {
  font-size: 20px;
  margin-right: 5px;
}

.contact-text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
}

.btn-reserve02 {
  background: #444;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
}

.contact-link {
  font-size: 16px;
  color: #333;
  position: relative;
  display: inline-block;
}

.contact-link .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #3fb35c;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .contact-inner {
    flex-direction: column;
    gap: 30px;
  }

  .contact-info {
    text-align: center;
  }
}
/* --- sccj_2 --- */
.visit-step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 20px;
  max-width: 1150px;
  margin: 0 auto;
}

.step-text {
  flex: 1;
}

.step-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step-number {
  background: #3fb35c;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
}

.step-title h3 {
  font-size: 20px;
  margin: 0;
  color: #333;
}

.step-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.step-image {
  flex-shrink: 0;
  max-width: 478px;
}

.step-image img {
  width: 100%;
  height: auto;
  display: block;
}

.csecA {
	max-width:1100px;
	margin:0 auto;
}

.csecA p{
	font-size:16px;
	text-align:left;
}



.hygiene-section {
  padding: 50px 20px;
	max-width: 1150px;
  margin: 0 auto;
}

.hygiene-title {
  font-size: 24px!important;
  color: #333;
  font-weight:normal!important;
  border-bottom: 1px solid #3fb35c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.hygiene-text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
}

.hygiene-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.hygiene-item {
  background: #fafff5;
}

.item-label {
  background: #f9f3ee;
  border-left: 4px solid #3fb35c;
  padding: 10px 15px;
  font-weight: normal;
  color: #333;
  font-size: 24px;
  margin-bottom:30px;
}

.hygiene-item img {
  width: 100%;
  height: auto;
  display: block;
}


.doctor-section01 {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 32px;
  color: #3fb35c;
  margin-bottom: 10px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #3fb35c;
  margin: 8px auto 20px;
}

.sub-title {
  background: #666;
  color: #fff;
  padding: 15px;
  font-size: 24px;
  margin-bottom: 40px;
}

.doctor-profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f7f3ef;
}

.doctor-left {
  width: 50%;
  padding: 40px 30px;
  text-align: left;
}

.doctor-name-en {
  color: #3fb35c;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.doctor-name-ja {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #222;
}

.doctor-role {
  font-size: 14px;
  color: #333;
}

.doctor-right {
  width: 50%;
  background: #f7f3ef;
}

.doctor-right img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-message {
  text-align: left;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.9;
  color: #333;
}




.career-section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}

.career-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.career-column {
  width: 48%;
}

.career-title {
  background: #f5efea;
  padding: 10px 15px;
  border-left: 4px solid #3fb35c;
  margin-bottom: 15px;
  font-size:24px!important;
  font-weight:normal!important;
}

.career-list {
  list-style: none;
  padding-left: 0;
}

.career-list li {
  margin-bottom: 8px;
}

.career-full {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .career-wrapper {
    flex-direction: column;
  }

  .career-column {
    width: 100%;
    margin-bottom: 30px;
  }
}


.sub-title
 {
    background: #666;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}
/* --- sccj_3 --- */
.subpage-header {
  width: 100%;
  background: url("/wp-content/uploads/2025/07/smv01.png") no-repeat center center / cover;
  padding: 20px 40px;
  box-sizing: border-box;
  height:296px;
}

.header-inner {
  max-width: 1900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #0ca36d;
}

.header-logo img {
  max-width: 178px;
  margin: 0 auto;
  display: block;
  padding-top:200px;
}

.logo-en {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 8px;
  font-family: "Hepta Slab", serif;
}

.logo-ja {
  font-size: 15px;
  color: #333;
  margin-top: 4px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.header-tel {
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tel-icon {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .header-tel {
    display: none!important;
  }
}

.btn-reserve {
  background: #0ca36d;
  color: #fff;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none!important;
  transition: 0.3s;
  border: 1px solid #fff;
}

.btn-reserve:hover {
  background: #088c59;
}

/* ハンバーガーメニュー */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
}

.header-tel {
    font-size: 32px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
	font-family: "Hepta Slab", serif;
}




.price-section {
  background-color: #FAFFF5;
  padding: 60px 20px;
  text-align: center;
}

.breadcrumb {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 20px;
  font-size: 14px;
  color: #555;
}

.breadcrumb a {
  color: #0ca36d;
  text-decoration: none;
}

.section-title01 {
  font-size: 32px!important;
  color: #29B054!important;
  font-weight: normal!important;
  margin-bottom: 10px;
}

.underline {
  width: 60px;
  height: 2px;
  background-color: #0ca36d;
  margin: 0 auto 40px;
}

.price-box {
  background-color: #666;
  color: #fff;
  width: 70%;
  max-width: 1130px;
  height:80px;
  margin: 0 auto 30px;
  padding: 20px;
  font-size: 24px;
  text-align:center;
}

.note {
  font-size: 16px;
  color: #333;
  max-width: 1130px;
  margin: 0 auto;
  text-align:left;
}


.price-table-section {
  background-color: #FAFFF5;
  padding: 0px 20px;
  max-width: 1110px;
  margin: 0 auto;
  font-family: sans-serif;
}

.price-table-section01 {
  background-color: #fff;
  padding: 0px 20px;
  max-width: 1110px;
  margin: 0 auto;
  font-family: sans-serif;
}

.table-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #84c49c;
  font-weight:normal!important;
}

.table-wrapper {
  margin-top: 0px;
}

.table-heading {
  background-color: #f7f0ec;
  border-left: 4px solid #84c49c;
  padding: 12px 16px;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin-bottom:20px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  background-color: #f8fcf4;
}

.price-table td {
  padding: 16px;
  border-top: 1px solid #ddd;
}

.menu {
  background-color: #f7f0ec;
  text-align: left;
  color: #333;
  font-size: 16px;
  width:40%;
}

.menu1 {
  background-color: #f7f0ec;
  text-align: left;
  color: #333;
  font-size: 16px;
  /*width:40%;*/
  width:60%;
}

.price {
  text-align: left;
  color: #333;
  font-size: 15px;
}

.price1 {
  /*text-align: left;*/
  text-align: right;
  color: #333;
  font-size: 15px;
}

.ptxt01{
	max-width:1050px;
	margin:0 auto;
	font-size:16px;
}

.btn-p01 a {
    color: #fff;
}
