.ly_pageTeazer {
  background: #ddeed1;
  border-radius: 4rem;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin: 0 2rem 2rem;
}
@media print, screen and (max-width: 821px) {
  .ly_pageTeazer {
    height: 350px;
	margin: 0 1.5rem 2rem;
  }
}
@media screen and (max-width: 40em) {
  .ly_pageTeazer {
    height: 300px;margin: 0 1rem 2rem;
  }
}
.ly_pageTeazer .pagettl {
  transform: translateY(-45%) translateX(-50%);
  top: 45%;
  left: 50%;
  width:90%;
  position: absolute;
}
.ly_pageTeazer .pagettl h2 {
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 2.5rem;
  color: var(--green);
  font-weight: 600;
}
.ly_pageTeazer .pagettl h2 .en {
  color: var(--lgreen);
  display: block;
  margin: 0 0 1rem;
  font-size: 60%;
  letter-spacing: 1.5px;
}
@media print, screen and (max-width: 40.000em) {
  .ly_pageTeazer .pagettl h2 {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .ly_pageTeazer .pagettl h2 .en {
    font-size: 0.875rem;
  }
}
.bl-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start; /* å·¦å¯„ã› */
  padding: 0;
  list-style: none;
}
.bl-page-links li {
  margin: 0;
  position: relative;
}
.bl-page-links a {
  display: inline-block;
  padding: 0.65rem 2rem 0.65rem 1rem;
  border: solid 1px #ddd;
  border-color: var(--green);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease;
}
.bl-page-links li::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-color: var(--green);
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
  border-
}
.bl-page-links--4cols, .bl-page-links--3cols, .bl-page-links--2cols {
  justify-content: space-between;
}
.bl-page-links--4cols li {
  flex-basis: 23%;
}
.bl-page-links--3cols li {
  flex-basis: 31%;
}
@media print, screen and (max-width: 431px) {
  .bl-page-links--4cols li, .bl-page-links--3cols li {
    flex-basis: 48%;
  }
}
.bl-page-links--2cols li {
  flex-basis: 48%;
}
.bl-page-links--4cols li a, .bl-page-links--3cols li a, .bl-page-links--2cols li a {
  display: block;
  width: 100%;
  padding: 1rem;
}
.bl_page-summary {
  border-radius: 2rem;
  padding: 5rem;
}
.bl_page-summary h2, .bl_page-summary p {
  color: #fff;
}
.post__content {
  max-width: 900px;
  margin: 0 auto;
}
.post__meta {
  margin: 0 auto 1rem;
}
.post__meta--category {
  background-color: #fff;
  color: var(--lgreen);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.post__sidebar .wp-block-heading {
  background: #ddeed1;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  font-family: var(--font-secondary);
  font-weight: 500;
  margin-bottom: 0.65rem;
  padding: 0.85rem 1.25rem;
}
.blog-page__post {
  background: #fff;
  padding: clamp(1.75rem, 4vw, 4rem);
  border-radius: 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom:4rem;
}

.blog-page__post .post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
  padding: 1.25rem 0;
  font-size: 0.75rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  
}
.blog-page__post a:not(.button):not(.post-navigation a) {
  text-decoration: underline;
  color: var(--green);
}
.blog-page__post a:hover {
  text-decoration:none;
}
.blog-page__post .post-navigation > div{
  flex-basis: 48%;
}
.blog-page__post p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.post__sidebar .widget {
  margin: 0 0 3rem;
}
.post__sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post__sidebar .widget ul li a {
  padding: 0.35rem 0;
  font-size: 0.75rem;
  text-decoration: underline;
  display: block;
}
.post__sidebar .widget ul li a:hover {
  text-decoration: none;
}
.access_block {
  margin-bottom: 3rem;
}
.access_block .access__content {
  background-color: #fff;
  padding: 1.5rem 2.25rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 601px) {
	.access_block .access__content {
   padding: 1.5rem ;
  
}
}
.access_block .access__content p:last-child {
  margin: 0;
}
.access_block .access__content p {
  line-height: 1.7;
}
.access_table-bordered {
  width: 100%;
  border-collapse: collapse;
}
.access_table-bordered th, .access_table-bordered td {
  width: auto;
}
.faq_section {
  border: solid 1px #bae166;
  padding: clamp(3.5rem, 4vw, 4rem) clamp(3rem, 5vw, 5rem);
  border-radius: 2rem;
  margin: 3rem 0;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 14px, transparent 0, transparent 28px);
}
.faq_section dt {
  font-size: 1.25rem;
  position: relative;
  font-weight: 600;
  padding-left: 4rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 431px) {
  .faq_section dt {
  font-size: 1.125rem;
  
}
}
.faq_section dd {
  position: relative;
  padding-left: 4rem;
  margin: 1.5rem 0;
}
.faq_section dt::before {
  position: absolute;
  content: "Q";
  color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #9bcb1f;
  border-radius: 50%;
  padding: 0.5rem 1rem;
}
@media print, screen and (max-width: 40.000em) {
  .faq_section dt::before {
  
  top: 5px;
  transform: none;
  
}
}
.faq_section dd::before {
  position: absolute;
  content: "A";
  color: #fff;
  left: 0;
  top: 0.5rem;
  background: #f97272;
  border-radius: 50%;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (max-width: 40em) {
  .faq_section {
    padding:2rem 1.5rem;
  }
}
.feature_section {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  background-color: #fff;
  padding: clamp(2.5rem, 4vw, 4rem) clamp(2.5rem, 5vw, 4rem);
  margin: clamp(2rem, 4vw, 4rem) 0 0;
  border-radius: 1.25rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .085);
}
.feature_section__text {
  flex: 5;
}
.feature_section__image {
  flex: 4;
}
.feature_section__text .section-heading {
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  margin-bottom: 1.5rem;
}
.feature_section__image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  display: block;
}
/* セクション偶数番目は左右反転 */
.feature_section:nth-child(even) {
  flex-direction: row-reverse;
}
/* スマホ（768px以下）では縦並びにして画像が上 */
@media (max-width: 768px) {
  .feature_section, .feature_section:nth-child(even) {
    flex-direction: column-reverse;
  }
}@media (max-width: 431px) {
  .feature_section {
    padding: 1.5rem;
	gap:2rem;
  }
 
}
.bl_speech_notice {
  box-sizing: border-box;
  margin: 32px auto;
  padding: 1.5rem 1rem;
  background: #fff;
  border: 1.25rem solid #fc685c;
  text-align: center;
}
@media (max-width: 431px) {
	.bl_speech_notice {
  
  padding: 1.5rem ;
  
  border: 1rem solid #fc685c;
 
}
}
@media (max-width: 601px) {
  .bl_speech_notice .bl_speech_notice__text {

  text-align: left;
}
}
.bl_speech_notice__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.bl_speech_notice__icon img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(74%) sepia(79%) saturate(5169%) hue-rotate(326deg) brightness(106%) contrast(98%);
}
.bl_speech_notice__title {
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing: .02em;
  margin: 0 0;
}
.bl_speech_notice__text {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.9;
  margin: 0;
  font-weight: 500;
}
.bl_speech_notice__text a {
  color: #fc685c;
  font-weight: 600;
  text-decoration: underline;
}
.reserve-box {
  display: flex;
  background-color: #0079cf;
  justify-content: space-between;
  padding: 4rem 5rem;
  border-radius: 1rem;
}
@media (max-width: 601px) {
  .reserve-box {
  flex-direction:column;
  padding: 2rem 2rem;
  gap:2rem;
}
}
.reserve-box__ttl {
  margin-top: 1rem;
  flex-basis: 40%;
}
.reserve-box__lead {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  margin: 1rem 0 0;
  letter-spacing: 1px;
}
.reserve-box__list {
  flex-basis: 55%;
}
.reserve-box__list ul {
  display: flex;
  justify-content: space-between;
}
.reserve-box__list ul li {
  flex-basis: 47.5%;
  text-align: center;
}
.reserve-box__badge {
  height: 90px;
  width: auto;
}
@media (max-width: 431px) {
 .reserve-box__badge {
  height: 66px;
  width: auto;
}
}
.reserve-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 40em) {
.reserve-cards {
  flex-direction: column;
  gap: 2rem;
  
}
}
.reserve-cards li {
  flex: 0 0 calc(50% - 1.5rem);
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media (max-width: 40em) {
.reserve-cards li {
  
  padding: 2rem;
  
}
}

.reserve-flow__list {
  margin: 0;
  padding: 0;
}
.reserve-flow__step {
  font-weight: 500;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.5rem;
  margin: 0 0 -3rem 2rem;
  color: #fff;
  background: var(--lgreen);
  position: relative;
  display: inline-block;
  width: 180px;
  border-radius: 0.5rem;
  z-index: 1;
}
@media (max-width: 431px) {
.reserve-flow__step {
  width: calc(100% - 4rem);
}
}
.reserve-flow__desc {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 3rem 2rem;
  margin-top: -1rem;
  margin-bottom: 3.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
  position: relative;
}
.reserve-flow__desc p {
  margin: 0 0 0.75rem;
}
.reserve-flow__desc p:last-child {
  margin-bottom: 0;
}
.reserve-flow__desc::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
}
.reserve-flow__desc:last-of-type::after {
  display: none;
}
.hearingloss_level th, .hearingloss_level td {
  padding: 1.5rem 2rem;
}
.hearingloss_level th {
  background: #86bd3e;
  color: #fff;
  width: 35%;
}
@media screen and (max-width: 431px) {
.hearingloss_level th, .hearingloss_level td {
    padding: 1.5rem;
    display: block;
    width: 100% !important;
	}}
.hearingloss_level .level_mid {
  background: #f7931e;
}
.hearingloss_level .level_high {
  background: #f56735;
}
.hearingloss_level .level_severe {
  background: #d83b3b;
}
.hearingloss_reasons li {
  padding: 2rem 2rem 1rem;
  background: #fff;
  margin-bottom: 2rem;
  border-radius: 0.65rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 431px) {
  .hearingloss_reasons li {
  padding: 1.5rem;
  
}
}
.hearingloss_reasons li h4 {
  background: #ddeed1;
  padding: 1rem;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 500;
}
.tinnitus-causes {
  display: flex;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 601px) {
  .tinnitus-causes {
  display: block;
  
}
}
.tinnitus-causes li {
  flex: 1;
  background: #fff;
  padding: 2.5rem;
  border-radius: 1rem;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 431px) {
  .tinnitus-causes li {
  margin-top:2rem;
  padding: 1.5rem;
  
}
}
.dizziness-test {
  background: #fff;
  padding: 0 2.5rem 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  margin: 2.5rem 0;
  overflow: hidden;
}
.dizziness-test h3 {
  margin: 0 -2.5rem 1rem;
  background-color: var(--lgreen);
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.75rem 2.5rem;
  color: #fff;
}
@media screen and (max-width: 431px) {
  .dizziness-test {
  padding: 0 1.5rem 1rem;
}
.dizziness-test h3 {
  margin: 0 -1.5rem 1rem;
  padding: 1rem 1.5rem;
}
}
.dizziness_causes .table-bordered td {
  padding: clamp(1rem, 1vw, 1.25rem) clamp(1rem, 2vw, 1.25rem);
  border: solid 1px #ccc;
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
}
.dizziness_causes .table-bordered td:last-child {
  width: 65%;
}
.dizziness_causes .table-bordered th, .dizziness_causes .table-bordered td:first-child {
  font-weight: 600;
}
.hearingaid_flow {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hearingaid_flow li {
  padding: clamp(1.5rem, 2vw, 2rem);
  background: #fff;
  margin-bottom: 2rem;
  border-radius: 0.65rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
}
.hearingaid_flow li + li {
  margin-top: 3rem;
}
.hearingaid_flow li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
}
.hearingaid_flow li:last-child::after {
  content: none;
}
.hearingaid_flow h3 {
  background: #ddeed1;
  padding: 1rem;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 500;
}
.hearingaid_flow p {
  margin: 0;
  line-height: 1.8;
}
.clinic-main-wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  height: 580px; 
  overflow: hidden; 
}

@media screen and (max-width: 821px) {
  .clinic-main-wrap {
  height: 480px; 
  
}
}
@media screen and (max-width: 431px) {
  .clinic-main-wrap {
  height: 360px; 
  
}
}
.clinic-main-wrap img {
  width: auto;
  height: 100%;
  object-fit: cover; /* サイズを揃える */
  border-radius: 1.5rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute; /* フェード用に重ねる */
  top: 0;
  left: 0;
}
.clinic-main-wrap img.active {
  opacity: 1; /* 表示中だけ見える */
  position: relative; /* activeは最前面 */
}
.clinic-photo {
  margin-bottom: 20px;
  text-align: center;
}
#clinic-main-caption {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.clinic-thumbs {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
 .clinic-thumbs {
  
  gap: 1rem;
  
}
}
.clinic-thumbs li {
  margin: 0;
  text-align: center;
  position: relative;
}
.clinic-thumbs img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  transition: opacity 0.3s ease;
  opacity: 0.5;
  margin: 0 auto;
}
@media screen and (max-width: 821px) {
  .clinic-thumbs img {
  width: 130px;
  height: 130px;
  
}
}
@media screen and (max-width: 769px) {
  .clinic-thumbs img {
  width: 120px;
  height: 120px;
  
}
}
@media screen and (max-width: 431px) {
  .clinic-thumbs img {
  width: 70px;
  height: 70px;
  
}
}
/* currentだけ不透明 */
.clinic-thumbs li.current img {
  opacity: 1;
}
/* hoverで少し濃く */
.clinic-thumbs img:hover {
  opacity: 0.8;
}
/* サムネイル下にdata-captionを表示 */
.clinic-thumbs li::after {
  content: attr(data-caption);
  display: block;
  font-size: 1rem;
  margin-top: 6px;
}
@media screen and (max-width: 431px) {
  .clinic-thumbs li::after {
  
  font-size: 0.9rem;
  letter-spacing:-1px;
}
}
.clinic_equipment {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  text-align: center;
}
.clinic_equipment li {
  background: #fff;
  border-radius: .75rem;
  padding: 1rem 1.25rem 1.25rem;
  line-height: 1.6;
  font-size: 1.125em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}
.clinic_equipment li span {
  display: block;
  font-size: 80%;
  background: #ddeed1;
  padding: .25rem;
  margin-top: .5rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .clinic_equipment {
    grid-template-columns: 1fr;
  }
}