/* =========================
   Voice Block
========================= */
.voiceSection{
  padding: 60px 0 80px;
}

.voiceBlock{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: center;
}

.voiceBlock__media{
  width: 100%;
}

.voiceBlock__image{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #f3f3f3;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
}

.voiceBlock__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.voiceBlock__content{
  width: 100%;
}

.voiceBlock__title{
  /*margin: 0 0 10px;*/
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

.voiceBlock__clinic{
  margin: 0 0 28px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}

.voiceBlock__text{
  color: #333;
}

.voiceBlock__text p{
  margin: 0 0 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.voiceBlock__btnWrap{
  margin-top: 34px;
  display: flex;
  justify-content: flex-end;
}

.voiceBlock__btn{
  min-width: 190px;
  height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  background: #000;
  color: #ffffff !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  transition: opacity .25s ease, transform .25s ease;
  letter-spacing: 0.05em;
}

.voiceBlock__btn:hover{
  opacity: .85;
  transform: translateY(-2px);
}


/* =========================
   Tablet
========================= */
@media (max-width: 1024px){
  .voiceBlock{
    gap: 32px;
  }

  .voiceBlock__title{
    font-size: 1.7rem;
  }

  .voiceBlock__text p{
    line-height: 1.9;
  }
}


/* =========================
   SP
========================= */
@media (max-width: 767px){
  .voiceSection{
    padding: 40px 0 56px;
  }

  .voiceBlock{
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }

  .voiceBlock__title{
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .voiceBlock__clinic{
    margin-bottom: 18px;
    font-size: 1rem;
  }

  .voiceBlock__text p{
    font-size: 0.95rem;
    line-height: 1.85;
    margin-bottom: 12px;
  }

  .voiceBlock__btnWrap{
    margin-top: 24px;
    justify-content: center;
  }

  .voiceBlock__btn{
    width: 100%;
    max-width: 320px;
    height: 52px;
    border-radius: 12px;
  }
}

/* =========================
   Pager
========================= */
.voicePager{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin: 56px 0 72px;
}

.voicePager__item{
  display: inline-block;
  text-decoration: none;
  color: #111;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity .25s ease, color .25s ease, transform .25s ease;
}

.voicePager__item:hover{
  opacity: .7;
  transform: translateY(-2px);
}

.voicePager__item.is-current{
  color: #F0C931; /* 黄色 */
  pointer-events: none;
}


/* =========================
   Tablet
========================= */
@media (max-width: 1024px){
  .voicePager{
    gap: 22px;
    margin: 48px 0 60px;
  }

  .voicePager__item{
    font-size: 2.4rem;
  }
}


/* =========================
   SP
========================= */
@media (max-width: 767px){
  .voicePager{
    gap: 16px;
    margin: 36px 0 48px;
    flex-wrap: wrap;
  }

  .voicePager__item{
    font-size: 1.8rem;
  }
}


/* =================================
   Voice Detail
================================= */
.voiceDetail{
  padding: 30px 0 100px;
}

.voiceDetail__inner{
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.voiceArticle{
  color: #111;
}


/* =================================
   Header
================================= */
.voiceArticle__head{
  margin-bottom: 36px;
}

.voiceArticle__title{
  margin: 0 0 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.voiceArticle__clinic{
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #555;
}


/* =================================
   Hero
================================= */
.voiceHero{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.voiceHero__media{
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.voiceHero__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.voiceHero__info{
  min-width: 0;
}

.voiceHero__name{
  margin: 0 0 8px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.voiceHero__address{
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #444;
}

.voiceHero__tel{
  margin: 0 0 18px;
  font-size: 1.5rem;
  /*font-weight: 700;*/
  line-height: 1.4;
}

.voiceHero__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.voiceHero__tags li{
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #222;
}

.yt{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 20px;
  background: #f2cb2f;
  border-radius: 999px;
  color: #111;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 700;
  transition: opacity .25s ease, transform .25s ease;
}
.yta{
  font-weight: 700;
}

.yta a{
  /*font-weight: 700;*/
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

.voiceHero__tel{
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0 0 18px;
	line-height: 1.8;
}

.voiceHero__tel .yt{
	flex: 0 0 120px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	box-sizing: border-box;
}

.voiceHero__tel a{
	flex: 1;
	display: inline-block;
}

.voiceHero__tel{
	word-break: break-word;
}


/* =================================
   Body
================================= */
.voiceBody{
  margin-bottom: 42px;
}

.voiceBody p{
  margin: 0 0 18px;
  font-size: 1.6rem;
  line-height: 2.3;
  color: #222;
}


/* =================================
   Gallery
================================= */
.voiceGallery{
  margin-bottom: 42px;
}

.voiceGallery__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.voiceGallery__item{
  display: block;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .25s ease, opacity .25s ease;
}

.voiceGallery__item:hover{
  transform: translateY(-2px);
  opacity: .9;
}

.voiceGallery__item img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}


/* =================================
   Related
================================= */
.voiceRelated__title{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 38px;
  padding: 0 18px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.voiceRelated__text{
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4;
  color: #333;
}


/* =================================
   Tablet
================================= */
@media (max-width: 1024px){
  .voiceHero{
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .voiceHero__media{
    max-width: 700px;
  }

  .voiceGallery__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =================================
   SP
================================= */
@media (max-width: 767px){
  .voiceDetail{
    padding: 20px 0 70px;
  }

  .voiceDetail__inner{
    width: min(100% - 32px, 1100px);
  }

  .voiceArticle__head{
    margin-bottom: 24px;
  }

  .voiceArticle__title{
    font-size: 1.35rem;
    line-height: 1.6;
  }

  .voiceArticle__clinic{
    font-size: 0.9rem;
  }

  .voiceHero{
    gap: 18px;
    margin-bottom: 28px;
  }

  .voiceHero__name{
    font-size: 1.08rem;
  }

  .voiceHero__address{
    margin-bottom: 10px;
    font-size: 0.88rem;
  }

  .voiceHero__tel{
    margin-bottom: 14px;
    font-size: 1.5rem;
  }

  .voiceHero__tags{
    gap: 6px;
    margin-bottom: 16px;
  }

  .voiceHero__tags li{
    font-size: 0.74rem;
    padding: 4px 10px;
  }

  .voiceHero__cta a{
    width: 100%;
    min-width: 0;
    height: 46px;
  }

  .voiceBody{
    margin-bottom: 28px;
  }

  .voiceBody p{
    font-size: 1.6rem;
    line-height: 1.95;
    margin-bottom: 16px;
  }

  .voiceGallery{
    margin-bottom: 30px;
  }

  .voiceGallery__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .voiceRelated__title{
    min-width: 120px;
    height: 34px;
    font-size: 0.78rem;
    margin-bottom: 14px;
  }

  .voiceRelated__text{
    font-size: 0.84rem;
    line-height: 1.9;
  }
}

.voiceGallery__item {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.voiceGallery__item img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.voiceGallery__item:hover img {
	transform: scale(1.04);
}


/* モーダル */
.galleryModal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.galleryModal.is-open {
	opacity: 1;
	visibility: visible;
}

.galleryModal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.78);
}

.galleryModal__content {
	position: relative;
	z-index: 1;
	width: min(1100px, 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.galleryModal__body {
	position: relative;
	max-width: 900px;
	width: 100%;
	text-align: center;
}

.galleryModal__body img {
	max-width: 100%;
	max-height: 80vh;
	display: block;
	margin: 0 auto;
	border-radius: 16px;
}

.galleryModal__close {
	position: absolute;
	top: -50px;
	right: 0;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.galleryModal__nav {
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 50%;
	background: rgba(255,255,255,0.95);
	color: #000;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
}

.galleryModal__nav:hover,
.galleryModal__close:hover {
	opacity: 0.85;
}

body.is-gallery-open {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.voiceGallery {
		grid-template-columns: 1fr;
	}

  .galleryModal{
    display: none;
  }
    .voiceGallery__item{
    pointer-events: none;
    cursor: default;
  }
}

