@charset "UTF-8";
/* 詳細ページ用スタイル */
.p-voice__content {
  margin-bottom: 4em;
}
.p-voice__content .p-voice__ttl {
  text-align: left !important;
  font-family: "Noto Serif JP", serif;
  color: #78C153;
}
.p-voice__content .p-voice__ttl::before {
  content: "Voice";
}
.p-voice__content .p-voice__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: flex-start;
}
.p-voice__content .p-voice__image {
  width: 50%;
}
.p-voice__content .p-voice__image img {
  width: 100%;
  height: auto;
  border-radius: 0 10px 10px 0;
  /* 左直角、右角丸 */
  object-fit: cover;
}
.p-voice__content .c-title--02 h3::after {
  display: none;
}
.p-voice__content .p-voice__text {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-voice__content .p-voice__row {
    flex-direction: column;
  }
  .p-voice__content .p-voice__image,
  .p-voice__content .p-voice__text {
    width: 100%;
  }
  .p-voice__content .p-voice__image img {
    border-radius: 10px;
  }
}
.p-voice__content .p-voice-sec__text {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-voice__content .p-voice-sec__text .p-voice-sec__image {
  flex: 0 0 300px;
}
.p-voice__content .p-voice-sec__text .p-voice-sec__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.p-voice__content .p-voice-sec__text .p-voice-sec__description {
  flex: 1;
  min-width: 200px;
}
.p-voice__content .p-voice-sec__text .p-voice-sec__description p {
  margin-bottom: 1em;
}

/* 一覧ページ用スタイル */
.p-voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2列 */
  gap: 80px;
  /* 要素間の余白 */
  /* レスポンシブ対応：スマホでは1列 */
}
@media screen and (max-width: 768px) {
  .p-voice-list {
    grid-template-columns: 1fr;
    gap: 30px;
    /* 要素間の余白 */
  }
}
.p-voice-list .p-voice-card {
  /*border: 1px solid #ddd;*/
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  /* 四方に広がる黒い影（10%不透明） */
  margin-bottom: 30px;
  border-radius: 20px;
  /* 角丸追加 */
  overflow: hidden;
  /* 内部画像などのはみ出し防止に必要な場合あり */
}
@media screen and (max-width: 768px) {
  .p-voice-list .p-voice-card {
    padding: 30px;
    margin-bottom: 0;
  }
}
.p-voice-list .p-voice-card__right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-voice-list .p-voice-card__right {
    display: grid;
  }
}
.p-voice-list .p-voice-card__img {
  flex: 0 0 180px;
  max-width: 180px;
}
.p-voice-list .p-voice-card__img img {
  object-fit: cover;
}
.p-voice-list .p-voice-card__content {
  flex: 1;
  text-align: left;
}
.p-voice-list .p-voice-card__excerpt {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-voice-list .p-voice-card {
    flex-direction: column;
    align-items: center;
  }
  .p-voice-list .p-voice-card__img,
  .p-voice-list .p-voice-card__content {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.p-voice-card__title {
  font-size: 18pt;
  margin-bottom: 20px;
  font-weight: bold;
  color: #78C153 !important;
  margin-left: 10px;
  font-family: "Cochin", "NotoSerif", serif !important;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-voice-card__title {
    line-height: 140%;
    font-weight: 500;
    font-size: 5vw;
  }
}
.p-voice-card__title a {
  color: #78C153 !important;
}

/* お客様の声：個別ページレイアウト */
@media screen and (max-width: 768px) {
  .voice_local {
    width: 90%;
    margin: 0 auto;
  }
}

#voice-Access .section_title {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  #voice-Access .section_title {
    text-align: center !important;
  }
}
#voice-Access .section_title::after {
  left: 0 !important;
  -webkit-transform: translate(0);
  transform: translate(0);
}
@media screen and (max-width: 768px) {
  #voice-Access .section_title::after {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-voice-sec__text p {
  font-size: clamp(16px, 0.937vw, 18px);
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 480px) {
  .p-voice-sec__text p {
    font-size: 2.916vw;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-sec__text p {
    margin-top: 30px;
  }
}

#mapBloc {
  width: 100%;
  height: auto;
  margin: 0 auto 90px;
  position: relative;
  z-index: 1;
  padding-bottom: 30%;
  min-height: 480px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #mapBloc {
    margin-bottom: 9%;
    padding-bottom: 70%;
  }
}
#mapBloc iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

/* -------------------------------------------------------------- */
dl#voiceAccess .voice_list_basic {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  /* 上揃え */
  gap: 40px;
  /* 画像と文章の余白 */
  /* ----- PC幅 ----- */
  /* 画像 */
  /* ----- スマホ幅（768px以下）----- */
}
dl#voiceAccess .voice_list_basic dd {
  width: 45%;
}
dl#voiceAccess .voice_list_basic dt {
  width: 55%;
}
dl#voiceAccess .voice_list_basic #voice_venuePhoto {
  width: 100%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
dl#voiceAccess .voice_list_basic #voice_venuePhoto img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  dl#voiceAccess .voice_list_basic {
    flex-direction: column;
    /* 縦並び */
    /* タイトル中央揃え */
    /* 文章は dt 内の順番そのまま（タイトル → 文章） */
    /* スマホ用画像角丸 */
  }
  dl#voiceAccess .voice_list_basic dd,
  dl#voiceAccess .voice_list_basic dt {
    width: 100% !important;
  }
  dl#voiceAccess .voice_list_basic .section_title.left {
    text-align: center;
  }
  dl#voiceAccess .voice_list_basic .p-voice-sec__text {
    order: 3;
    margin-top: 20px;
    text-align: left;
  }
  dl#voiceAccess .voice_list_basic #voice_venuePhoto {
    border-radius: 10px;
  }
}
dl#voiceAccess #voiceName {
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 45px;
  font-family: "NotoSerif", serif !important;
}
@media screen and (max-width: 768px) {
  dl#voiceAccess #voiceName {
    margin-bottom: 4%;
  }
}
dl#voiceAccess #voiceName p {
  line-height: 140%;
  font-family: "NotoSerif", serif !important;
  margin-top: 1.4rem;
}

/* ------------------------------------------
   写真部分
------------------------------------------ */
#voice_venuePhoto {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #voice_venuePhoto {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
}
#voice_venuePhoto img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ------------------------------------------
   Voice 個別ページ：画像と文章を横並びにする
------------------------------------------ */
#voiceAccess.voice_list_basic {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 4%;
}
#voiceAccess.voice_list_basic.reverse {
  flex-direction: row-reverse;
}
#voiceAccess.voice_list_basic dd {
  width: 35%;
}
#voiceAccess.voice_list_basic dt {
  width: 50%;
  margin-left: 6%;
  margin: 0 0 0 2%;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  #voiceAccess.voice_list_basic {
    flex-direction: column;
  }
  #voiceAccess.voice_list_basic dd,
  #voiceAccess.voice_list_basic dt {
    width: 100% !important;
  }
}

/* スマホでは縦並びにする */
@media screen and (max-width: 768px) {
  .p-voice__row {
    flex-direction: column;
    gap: 20px;
  }
  .p-voice__image img {
    max-width: 100%;
  }
}
.c-button__voice {
  display: inline-block;
  background: #78C153;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s;
  font-family: "Cochin", "NotoSerif", serif !important;
}

.c-button__voice:hover {
  background: #78C153;
}

.c-button__voice::before {
  right: 4px;
  width: 17px;
  height: 12px;
  background: #fff;
}

.c-button__voice::after {
  top: 35%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.voice_b {
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .voice_b {
    margin-top: 40px;
  }
}

#Voice .wp-pagenavi span.current {
  font-weight: bold;
  background-color: #78C153;
  border: none;
  width: 45px;
  height: 60px;
}
#Voice .wp-pagenavi a:hover {
  font-weight: bold;
  background-color: #78C153;
  border: none;
  color: #fff;
}
#Voice .wp-pagenavi a:hover,
#Voice .wp-pagenavi span.current {
  border-color: #fff !important;
}
#Voice .wp-pagenavi .current {
  color: #fff !important;
}
#Voice .wp-pagenavi a,
#Voice .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #333;
  padding: 3px 5px;
  margin: 2px;
  width: 45px;
  height: 60px;
}
#Voice .wp-pagenavi .previouspostslink,
#Voice .wp-pagenavi .nextpostslink {
  position: relative;
  width: 45px;
  height: 60px;
  border: none;
  background: none;
  color: #333;
}
#Voice .wp-pagenavi .previouspostslink:hover,
#Voice .wp-pagenavi .nextpostslink:hover {
  color: #78C153 !important;
  border: none;
  background-color: #fff;
  border-radius: 0;
}
#Voice .wp-pagenavi a,
#Voice .wp-pagenavi span {
  display: inline-flex;
  /* フレックスボックスを使用 */
  align-items: center;
  /* 垂直方向に中央揃え */
  justify-content: center;
  /* 水平方向に中央揃え */
  line-height: 1;
  /* 高さと合わせない */
  text-align: center;
  /* テキスト中央（念のため） */
  margin: 0 5px;
  /* ボックス間の余白 */
  border: 1px solid #ccc;
  /* 見やすくするための枠（任意） */
  font-size: 16px;
  /* フォントサイズ調整（任意） */
}
@media screen and (max-width: 599px) {
  #Voice .wp-pagenavi a,
  #Voice .wp-pagenavi span {
    height: 60px !important;
  }
}/*# sourceMappingURL=voice.css.map */