@charset "UTF-8";
/* CSS Document */
/* ------------------------------
 トップページ変更
------------------------------ */
/* ::::::::::::::::::::::::::::::
 症例紹介
:::::::::::::::::::::::::::::: */
#sec08.top__case .case-list {
  background: #fff;
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  #sec08.top__case .case-list {
    padding: 25px 20px;
  }
}
#sec08.top__case .case-list article:not(:last-of-type) {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #sec08.top__case .case-list article:not(:last-of-type) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#sec08.top__case .case-list article .blog-header {
  margin-bottom: 0.8em;
  display: flex;
  gap: 0.8em;
}
@media screen and (max-width: 767px) {
  #sec08.top__case .case-list article .blog-header {
    margin-bottom: 0.4em;
    gap: 0.4em;
  }
}
#sec08.top__case .case-list article .blog-header {
  /* 投稿日 */
}
#sec08.top__case .case-list article .blog-header time {
  margin-top: 2px;
  font-style: normal;
  color: #2f53a2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #sec08.top__case .case-list article .blog-header time {
    font-size: 0.875rem;
  }
}
#sec08.top__case .case-list article .blog-header {
  /* カテゴリー */
}
#sec08.top__case .case-list article .blog-header .category-wrap a {
  font-size: 0.875rem;
  color: #fff;
  vertical-align: top;
  padding: 0.2em 0.8em;
  background: #3457a4;
  border-radius: 50px;
  display: inline-block;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  #sec08.top__case .case-list article .blog-header .category-wrap a {
    font-size: 0.75rem;
  }
}
#sec08.top__case .case-list article {
  /* 記事タイトル */
}
#sec08.top__case .case-list article .blog-title {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  #sec08.top__case .case-list article .blog-title {
    font-size: 1rem;
  }
}
#sec08.top__case .case-list article {
  /* タグ */
}
#sec08.top__case .case-list article .tag-wrap {
  margin-top: 1em;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #sec08.top__case .case-list article .tag-wrap {
    font-size: 0.75rem;
    margin-top: 0.5em;
  }
}
#sec08.top__case .case-list article .tag-wrap a {
  margin-right: 1em;
}

/* ::::::::::::::::::::::::::::::
 ブログ
:::::::::::::::::::::::::::::: */
#top__blog {
  padding: 70px 0 90px;
}
@media screen and (max-width: 767px) {
  #top__blog {
    padding: 50px 0;
  }
}
#top__blog h2 {
  font-size: 1.8125rem;
  color: #5588eb;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px dashed #5588eb;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  #top__blog h2 {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}
#top__blog .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top__blog .flex-wrap {
    display: block;
  }
}
#top__blog .flex-wrap .blog-box {
  width: 48.5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #top__blog .flex-wrap .blog-box {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top__blog .flex-wrap .blog-box:not(:first-of-type) {
    margin-top: 30px;
  }
}
#top__blog .blog-list {
  background: #f3f7ff;
  padding: 35px 30px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #top__blog .blog-list {
    padding: 25px 20px;
    height: auto;
  }
}
#top__blog .blog-list {
  /* 記事がない場合 */
}
#top__blog .blog-list .no-article {
  text-align: center;
  margin-bottom: 1em;
}
#top__blog .blog-list {
  /* ==============================
      レイアウト
    ============================== */
}
#top__blog .blog-list article {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top__blog .blog-list article {
    display: block;
    margin-bottom: 15px;
  }
}
#top__blog .blog-list article:not(:last-of-type) {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#top__blog .blog-list article {
  /* 以下共通 */
}
#top__blog .blog-list article .blog-header {
  margin-bottom: 0.8em;
  display: flex;
  gap: 0.8em;
  width: 6.5rem;
}
@media screen and (max-width: 767px) {
  #top__blog .blog-list article .blog-header {
    margin-bottom: 0.4em;
    width: 100%;
    gap: 0.4em;
  }
}
#top__blog .blog-list article .blog-header {
  /* 投稿日 */
}
#top__blog .blog-list article .blog-header time {
  font-style: normal;
  color: #2f53a2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #top__blog .blog-list article .blog-header time {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
#top__blog .blog-list article {
  /* カテゴリー */
}
#top__blog .blog-list article .category-wrap {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #top__blog .blog-list article .category-wrap {
    margin-bottom: 0;
  }
}
#top__blog .blog-list article .category-wrap a {
  font-size: 0.8125rem;
  color: #fff;
  vertical-align: top;
  padding: 0.2em 0.8em;
  background: #3457a4;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  #top__blog .blog-list article .category-wrap a {
    font-size: 0.75rem;
    width: auto;
  }
}
#top__blog .blog-list article .category-wrap {
  /* pc表示 */
}
#top__blog .blog-list article .category-wrap.category-wrap-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #top__blog .blog-list article .category-wrap.category-wrap-pc {
    display: none;
  }
}
#top__blog .blog-list article .category-wrap {
  /* スマホ表示 */
}
#top__blog .blog-list article .category-wrap.category-wrap-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #top__blog .blog-list article .category-wrap.category-wrap-sp {
    display: block;
  }
}
#top__blog .blog-list article {
  /* 記事タイトル */
}
#top__blog .blog-list article .blog-title {
  font-size: 1rem;
  width: calc(100% - 6.5rem);
}
@media screen and (max-width: 767px) {
  #top__blog .blog-list article .blog-title {
    width: 100%;
  }
}
#top__blog .blog-list {
  /* ボタン */
}
#top__blog .blog-list .btn {
  color: #4a80ea;
  border: 2px solid #4a80ea;
  background-image: url(../../assets/img/common/arrow_footer.png);
  background-size: 14px 18px;
  font-size: 1rem;
}

/* ::::::::::::::::::::::::::::::
 診療科目
:::::::::::::::::::::::::::::: */
@media screen and (min-width: 768px) {
  #sec04_inner .sec04_list > li:nth-child(13) {
    background-color: #fff9f7;
  }
}
@media screen and (min-width: 768px) {
  #sec04_inner .sec04_list > li:nth-child(13) h3 {
    background-color: #f88f65;
  }
}
@media screen and (min-width: 768px) {
  #sec04_inner .sec04_list > li:nth-child(13) .check_list li {
    background-image: url(../../assets/img/top/check02_sec04.png);
  }
}

/* ::::::::::::::::::::::::::::::
 はじめて動物と暮らし始めた皆さまへ
:::::::::::::::::::::::::::::: */
#sec_guide {
  background: url("../../assets/img/top/bg_sec03.png") left top repeat;
  padding: 100px 0 125px;
}
@media screen and (max-width: 767px) {
  #sec_guide {
    padding: 45px 0;
  }
}
#sec_guide #sec_guide_inner .ttl_01 {
  background: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #sec_guide #sec_guide_inner .ttl_01 {
    margin-bottom: 0;
  }
}
#sec_guide #sec_guide_inner .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #sec_guide #sec_guide_inner .flex-wrap {
    display: block;
  }
}
#sec_guide #sec_guide_inner .flex-wrap .left-box {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #sec_guide #sec_guide_inner .flex-wrap .left-box {
    width: 100%;
  }
}
#sec_guide #sec_guide_inner .flex-wrap .left-box p {
  margin-bottom: 1em;
}
#sec_guide #sec_guide_inner .flex-wrap .left-box p strong {
  font-size: 1.05rem;
  font-weight: bold;
  letter-spacing: 0;
}
#sec_guide #sec_guide_inner .flex-wrap .img-box {
  width: 41%;
}
@media screen and (max-width: 767px) {
  #sec_guide #sec_guide_inner .flex-wrap .img-box {
    width: 100%;
    margin-top: 20px;
  }
}
#sec_guide #sec_guide_inner .flex-wrap .img-box ul {
  display: flex;
  justify-content: space-between;
}
#sec_guide #sec_guide_inner .flex-wrap .img-box ul li {
  padding: 0 10px;
}
#sec_guide #sec_guide_inner .flex-wrap .img-box ul li img {
  width: 100%;
}
#sec_guide #sec_guide_inner .link-box {
  display: flex;
}
@media screen and (max-width: 767px) {
  #sec_guide #sec_guide_inner .link-box {
    display: block;
  }
}
#sec_guide #sec_guide_inner .link-box li {
  margin: 0 10px 15px;
}
/* ::::::::::::::::::::::::::::::
 診療カレンダーへのリンクバナー
:::::::::::::::::::::::::::::: */
#sec02 #sec02_inner .calender-link-wrap {
  margin: 50px auto 0;
  max-width: 387px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec02 #sec02_inner .calender-link-wrap {
    width: 90%;
  }
}
#sec02 #sec02_inner .calender-link-wrap .calender-link {
  display: block;
}
#sec02 #sec02_inner .calender-link-wrap .calender-link img {
  width: 100%;
  height: auto;
  display: block;
}

/* ::::::::::::::::::::::::::::::
 ボタン追加
:::::::::::::::::::::::::::::: */
@media screen and (max-width: 767px) {
  #sec01 #sec01_inner:before {
    top: -12vw;
  }
}
#sec01 .link-btn-wrap {
  max-width: 686px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 15px 60px;
}
@media screen and (max-width: 767px) {
  #sec01 .link-btn-wrap {
    width: 90%;
  }
}
#sec01 .link-btn-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  column-gap: 30px;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  #sec01 .link-btn-wrap ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 15px;
  }
}
#sec01 .link-btn-wrap ul li {
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
  background-color: #4a80ea;
  border-radius: 10px;
  padding: 3px;
}
#sec01 .link-btn-wrap ul li.first-time {
  background-color: #f09b94;
}
#sec01 .link-btn-wrap ul li a {
  position: relative;
  display: block;
  padding: 25px 20px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec01 .link-btn-wrap ul li a {
    font-size: 14px;
    padding: 10px 5px;
  }
}
#sec01 .link-btn-wrap ul li a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: repeating-linear-gradient(to right, #fff 0 2px, transparent 2px 6px), repeating-linear-gradient(to bottom, #fff 0 2px, transparent 2px 6px), repeating-linear-gradient(to left, #fff 0 2px, transparent 2px 6px), repeating-linear-gradient(to top, #fff 0 2px, transparent 2px 6px);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
  pointer-events: none;
}

/* ::::::::::::::::::::::::::::::
 当院の新型コロナウイルスの感染対策について
:::::::::::::::::::::::::::::: */
.main_info {
  margin: 40px auto 60px;
  max-width: 720px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .main_info {
    margin: 0 auto 20px;
    width: 77.7vw;
    position: relative;
    z-index: 4;
  }
}
.main_info .main_info_btn {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2f53a2;
  font-size: 1.3rem;
  border: 2px solid #2f53a2;
  border-radius: 10px;
  background: #fff;
  display: block;
  padding: 13px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main_info .main_info_btn {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2f53a2;
    font-size: 0.95rem; /*15px*/
    border: 2px solid #2f53a2;
    border-radius: 10px;
    background: #fff;
    display: block;
    padding: 0.65em;
    text-align: center;
    transition: 0.3s;
    margin-bottom: 25px;
    width: auto;
  }
}
.main_info .main_info_btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url("../../assets/img/common/arrow.png") #fff no-repeat;
  background-size: contain;
  margin-left: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .main_info .main_info_btn::after {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    margin-bottom: 0.2em;
    background: url("../../assets/img/common/arrow.png") #fff no-repeat;
    background-size: contain;
    margin-left: 1em;
    vertical-align: middle;
  }
}
