/*動物病院マップ*/
  .vetsmap.page .content_box{
    text-align: center;
  }  
  
.vetsmap.page .content_box h2{
    border: none;
    font-size: 30px;
  margin-bottom: 0;
}
  
  .vetsmap.page .content_box p{
    text-align: center;
  }
  
.vetsmap.page .content_box h3 {
    position: relative;
    background-color: #68778b;
    font-size: 30px;
    line-height: 1.5;
    padding: 20px 50px;
    margin-bottom: 60px;
}
  
.vetsmap.page .content_box h3::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 220px 0 220px;
    border-color: #68778b transparent transparent transparent;
    position: absolute;
    margin: 0 auto;
    bottom: -30px;
    right: 0;
    left: 0;
}

.vetsmap.page .wpgmp_locations .wpgmp_locations_content address {
  font-style: normal;
}

/* マップ改訂 */
.wpgmp_locations_content {
  display: flex;
  width: 100%;
  align-items: center;   /* 縦位置中央揃え */
  justify-content: space-between; /* 左右に配置 */
}

.location_address {
  flex: 1;                  /* 残り幅を可変で埋める */
  min-width: 0;             /* Flexbox内で折り返し可能にするため必須 */
  white-space: normal;      /* 改行を許可 */
  word-break: break-word;   /* 単語が長すぎても途中で折る */
}
.vetsmap.page .wpgmp_locations .wpgmp_locations_content address {
  font-size: 12px;
}

.location_tel .tel {
  display: inline-flex;
  flex: 0 0 150px;   /* アイコンとテキストを横並び */
  align-items: center;    /* 縦位置を中央揃え */
  gap: 0;             /* アイコンと文字の余白（ほぼ詰める） */
  text-decoration: underline;
  margin-left: 20px;
}

.location_tel img {
  display: inline-block;
  width: 16px !important;
  height: 16px;  /* アイコンサイズを文字と合わせる */
  text-align: right;
  flex-shrink: 0;
}
/* 吹き出し */
.fc-main address {
  font-size: 12px;
}
.fc-badge.info {
  background-color: #BB8B38 !important;
  border-color: #BB8B38 !important;
}
.fc-badge.info[data-certified="1"]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background: url("https://animmune.jp/staging/wp-content/themes/animmune/images/icon_laurel.svg") no-repeat center;
  background-size: contain;   /* 枠に収める */
  vertical-align: middle;
}
.fc-badge.info[data-status="在庫なし"],
.fc-badge.info[data-status="取扱中"]{
  display: none !important;
}
.wpgmp-map-5 .wpgmp_infowindow.wpgmp_infowindow_post .fc-item-title {
  font-size: 14px !important;
}




  @media screen and (max-width: 720px){
    .sp_none{
      display: none;
    }
    /*ご購入はこちら*/
    .content-bottom .guide .btn {
      font-size: 11px;
    }
    /*よくある質問*/
    .content-bottom .guide .guide-faq {
      padding: 30px 10px !important;
    }
    .content-bottom .guide .guide-faq a {
      padding: 20px 10px !important;
    }
    /*動画のディスクリプション はみ出し解除*/
    .page .user-voice-video .description {
      overflow: hidden !important;
    }
    /*ユーザーボイス はば調整*/
    .page .user-voice-list {
      padding-bottom: 20px !important;
      grid-gap: 10px !important;
    }
    .vetsmap.page .content_box h2{
      font-size: 25px;
    }
    .vetsmap.page .content_box h3 {
        font-size: 20px;
    }
    .vetsmap.page .content_box h3::after {
        border-width: 30px 165px 0 165px;
        bottom: -29px;
    }    
  }

/*獣医師の声*/
.page-vets section {
    display: inherit !important;
}  
  
.page-vets .user-voice {
    background-color: #FFF5F5;
    padding: 60px 0;
    margin-top: 60px;
} 

.page-vets .user-voice .inner {
    max-width: 1000px;
}  

.voice-vets {
    background-color: #FFF;
    padding: 0 60px 0;
    margin-top: 60px;
}
  
@media (max-width: 720px) {
  .voice-vets {
      padding: 0;
  }
}   

.voice-vets .inner {
    max-width: 1000px;
}

.voice-vets h3 {
    display: block;
    background-color: transparent;
    text-align: center;
    margin-bottom: 60px;
}

.voice-vets h3 span {
    margin-top: 10px;
    display: block;
    font-size: 2rem;
}

.voice-vets li {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.voice-vets-pickup li {
    display: flex;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 720px) {
    .voice-vets-pickup li {
        display: block;
    }
}

.voice-vets-pickup li .voice-vets-pickup-image {
    width: 30%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}  

@media (max-width: 720px) {
    .voice-vets-pickup li .voice-vets-pickup-image {
      height: 300px;
        width: 100%;
      
    }
}

.voice-vets-pickup li .voice-vets-pickup-image img {
    width: 100%;
}

.voice-vets-pickup li .voice-vets-pickup-content {
    width: 70%;
    padding: 20px;
    background-color: #fff;
}

@media (max-width: 720px) {
    .voice-vets-pickup li .voice-vets-pickup-content {
        width: 100%;
    }
}

.voice-vets-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

@media (max-width: 720px) {
    .voice-vets-list {
        grid-template-columns: 1fr;
    }
}

.voice-vets-list li {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.voice-vets-list .voice-vets-image img {
    width: 100%;
}

.voice-vets-list .voice-vets-content {
    background-color: #fff;
    padding: 20px;
    height: 100%;
}

.voice-vets-name {
    display: inline-block;
      font-size: 1.4rem;
  font-weight: bold;
}

.voice-vets-description {
    font-weight: bold;
    font-size: 1.1rem;
}

.voice-vets-bottom {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 40px 0;
}

.voice-vets-bottom span {
    margin-top: 20px;
    font-size: 0.8rem;
    display: block;
}
  
/*アイデア集*/
.slick-initialized .slick-slide {
    display: block;
    border: 2px solid #FF5B70;
    padding: 20px 30px;
    height: 370px;
    margin: 20px;
    border-radius: 15px;
}
  
.page .how-to-slide.slick-initialized .slick-slide h3 {
  color: #FF5B70;
    font-size: 1.3rem !important;
    text-align: center !important;
  margin: 0 0 10px 0 !important;
  line-height:130%;
}

.page .how-to-slide.slick-initialized .slick-slide img {
    display: block;
    height: 180px !important;
    margin: 0 auto !important;
}
  
@media (max-width: 720px) {
  .page .how-to-slide.slick-initialized .slick-slide img {
      height: 160px !important;
  }
}    
  
.page .how-to-slide.slick-initialized .slick-slide p {
    margin-bottom: 10px !important;
}
  
/*与える量*/   
.how-to-amount.inner {
    width: 75%;
}
@media (max-width: 720px) {
  .how-to-amount.inner {
      width: 100%;
  }
}   
  
.how-to-amount p:first-of-type{
  margin-top: 30px;
}  
  
@media (max-width: 720px) {
  .page .how-to-amount .wp-block-separator {
      margin: 20px 0 !important;
  } 
}    
 
/*与え方*/
.page.page-how-to h2 {
    font-size: 2.4rem;
}
  @media (max-width: 720px) {
    .page.page-how-to h2 {
      font-size: 1.5rem;
    }
  }  

.no_eat{
  font-weight: bold;
  font-size: 30px;
}
  
  @media (max-width: 720px) {
    .no_eat{
      font-size: 18px;
    }
  }  
  
  
@media (max-width: 720px) {
  :where(.wp-block-columns.is-layout-flex) {
      gap: 1em !important;
  }  
  
  .page-how-to .how-to-step.wp-block-columns .wp-block-column {
      flex-basis: auto !important;
      display: block !important;
      width: 45% !important;
  }
}   

/*ビデオ*/  
@media (max-width: 720px) {
  .page.page-how-to .user-voice-video {
      background-color: #FFF5F5;
      padding: 30px 0 0 0;
  }     
}

/*ブランドストーリー*/   
.ttl_year {
    color: #777878 !important;
    font-size: 79px !important;
    margin-bottom: 15px !important;
}
  
.page .about-2018 img,
.page .about-2019 img {
    max-width: 260px !important;
}
  
@media (max-width: 720px) {
  .page .about-2018 img,
  .page .about-2019 img {
      max-width: 200px !important;
  }
}  
  
@media (max-width: 720px) {
  .page.page-about .col-2 {
    padding: 20px 5%;
  }
  .page .about-intro .wp-block-media-text__media img {
      max-width: 270px !important;
      margin-top: 40px !important;
      margin-bottom: 30px !important;
  }  
  .ttl_year {
      font-size: 67px !important;
  }
}

.cert-badge[data-certified="1"] {
  display: inline-flex;       /* flexで中のテキストを中央揃え */
  align-items: center;
  justify-content: center;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  border-radius: 5px;
  color: #5a4400;
  background: linear-gradient(135deg,#f7e08a,#e0b84f); /* ゴールド調 */
  box-shadow: inset 0 0 0 1px rgba(90,68,0,.12), 0 1px 1px rgba(0,0,0,.06);
}
/* テキスト「認定」表示 */
.cert-badge[data-certified="1"]::before {
  content: "認定";
}

/*ご利用ガイド*/
/*ページ内リンク調整*/
  #howtobuy,
  #teikibin,
  #payment,
  #logistics,
  #return{
    padding-top: 150px;
    margin-top: -110px;
  }
  @media screen and (max-width: 720px){
    #howtobuy,
    #teikibin,
    #payment,
    #logistics,
    #return{
      padding-top: 80px;
      margin-top: -80px;
    }    
  }

/*アーカイブページ*/
  .posts{
    margin: 30px 0;
  }
  
  .posts .inner{
    max-width: 1000px !important;
  }
  
  .posts .post-list li{
    padding: 20px 0;
    border-bottom: 1px solid #F5F5F5;
  }
  
  .posts .post-list li .post-list-date{
    font-size: 14px;
  }
  
  .posts .post-list li a:hover{
    opacity: 0.6;
  }

  /*ページタイトル*/
  .page-title {
    margin-bottom: 20px;
  }