@charset "UTF-8";
body {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  font-size: 18px;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    letter-spacing: 0;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  transition: 0.3s ease;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
  transform: translateY(-3px);
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.inner__01 {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 30px;
}
@media screen and (max-width: 1100px) {
  .inner__01 {
    max-width: 660px;
  }
}
@media screen and (max-width: 768px) {
  .inner__01 {
    max-width: 370px;
  }
}

.hd {
  background-image: url(../img/header_back_top@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .hd {
    height: 90px;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .hd__02 {
    background-image: none;
  }
}

.hd__container {
  margin-top: -26px;
  height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .hd__container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .hd__container {
    margin: 0;
    height: 90px;
  }
}

.hd__logo {
  padding-left: 180px;
}
@media screen and (max-width: 1560px) {
  .hd__logo {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .hd__logo {
    padding-left: 20px;
  }
}
.hd__logo .h_logo {
  width: 185px;
}
@media screen and (max-width: 1560px) {
  .hd__logo .h_logo {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .hd__logo .h_logo {
    width: 69px;
  }
}

.h_contact {
  padding-right: 20px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  .h_contact {
    flex-direction: row;
    padding-right: 130px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .h_contact {
    gap: 10px;
    padding-right: 65px;
  }
}

.h_contact_btn {
  width: 343px;
  height: 58px;
  background-color: #FF64AD;
  border-radius: 29px;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 1100px) {
  .h_contact_btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .h_contact_btn {
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 1100px) {
  .h_contact_btn__02 {
    width: 300px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .h_contact_btn__02 {
    width: 130px;
    gap: 5px;
  }
}
.h_contact_btn .h_contact_btn_inner {
  margin-left: 20px;
  width: 95px;
  height: 29px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #FF64AD;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .h_contact_btn .h_contact_btn_inner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .h_contact_btn .h_contact_text {
    font-size: 10px;
  }
}
.h_contact_btn .web_icon {
  display: none;
}
@media screen and (max-width: 1100px) {
  .h_contact_btn .web_icon {
    display: block;
    width: 39px;
  }
}
@media screen and (max-width: 768px) {
  .h_contact_btn .web_icon {
    width: 20px;
  }
}

.h_tel {
  margin-left: 8px;
}
@media screen and (max-width: 1100px) {
  .h_tel {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF64AD;
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .h_tel {
    width: 33px;
    height: 33px;
  }
}
.h_tel .h_tel_img {
  max-width: 328px;
}
@media screen and (max-width: 1100px) {
  .h_tel .h_tel_img {
    display: none;
  }
}
.h_tel .h_tel_sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .h_tel .h_tel_sp {
    display: block;
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .h_tel .h_tel_sp {
    display: block;
    width: 13px;
  }
}

.h_time_text {
  margin-left: 8px;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .h_time_text {
    display: none;
  }
}

.hd__nav__container {
  margin-top: -35px;
  display: flex;
}

.hd__nav__box {
  border-right: 0.75px solid #595757;
  width: 185px;
  height: 55px;
}
.hd__nav__box:last-child {
  border: none;
}
@media screen and (max-width: 1820px) {
  .hd__nav__box {
    width: auto;
    padding: 0 20px;
  }
}

.hd__nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1560px) {
  .hd__nav__link {
    font-size: 14px;
  }
}
.hd__nav__link .h_icon {
  height: 34px;
}
.hd__nav__link .h_icon_01 {
  width: 34px;
}
@media screen and (max-width: 768px) {
  .hd__nav__link .h_icon_01 {
    width: 23.8px;
  }
}
.hd__nav__link .h_icon_02 {
  width: 44px;
}
@media screen and (max-width: 768px) {
  .hd__nav__link .h_icon_02 {
    width: 30.8px;
  }
}
.hd__nav__link .h_icon_03 {
  width: 28px;
}
@media screen and (max-width: 768px) {
  .hd__nav__link .h_icon_03 {
    width: 19.6px;
  }
}
.hd__nav__link .h_icon_04 {
  width: 34px;
}
@media screen and (max-width: 768px) {
  .hd__nav__link .h_icon_04 {
    width: 23.8px;
  }
}
.hd__nav__link .h_icon_05 {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .hd__nav__link .h_icon_05 {
    width: 21px;
  }
}
.hd__nav__link .h_icon_06 {
  width: 26px;
}
@media screen and (max-width: 768px) {
  .hd__nav__link .h_icon_06 {
    width: 18.2px;
  }
}

/* -------- ハンバーガー＆ドロワー（≤1100px） -------- */
.hamburger {
  display: none;
} /* PCでは非表示 */
@media (max-width: 1100px) {
  /* ハンバーガーボタン */
  .hamburger {
    position: absolute;
    right: 50px;
    z-index: 999;
    width: 50px;
    --bar-h: 2px;
    --gap: 15px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    color: #AFDDDD;
  }
  .hamburger__bar {
    display: block;
    width: 50px;
    height: 2px;
    background: #AFDDDD;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  .hamburger__label {
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.08em;
    color: #AFDDDD;
  }
  .hamburger.is-open .hamburger__bar:nth-child(1) {
    transform: translateY(16.5px) rotate(45deg);
  }
  .hamburger.is-open .hamburger__bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open .hamburger__bar:nth-child(3) {
    transform: translateY(-16.5px) rotate(-45deg);
  }
  /* 画面固定（開いているとき） */
  body.noscroll {
    overflow: hidden;
  }
  /* ドロワー本体（nav を全画面オーバーレイに） */
  .hd__nav {
    position: fixed;
    inset: 0;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 888;
  }
  .hd__nav.is-open {
    transform: translateY(0);
  }
  /* リスト縦並びに */
  .hd__nav__container {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 96px 70px 24px;
  }
  .hd__nav__box {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .hd__nav__box:last-child {
    border-bottom: none;
  }
  .hd__nav__link {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 18px 4px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hamburger {
    width: 30px;
    gap: 8px;
    right: 20px;
  }
  .hamburger__bar {
    width: 30px;
  }
  .hamburger__label {
    font-size: 10px;
  }
  .hamburger.is-open .hamburger__bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.is-open .hamburger__bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open .hamburger__bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .hd__nav__link {
    font-size: 16px;
  }
}
.mv {
  background-color: #AFDDDD;
  margin: -250px auto 0;
  position: relative;
  z-index: -10;
}
.mv__02 {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mv__02 {
    margin: 0;
  }
}
.mv .mv_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 315px 0 75px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .mv .mv_box {
    width: 750px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_box {
    width: 350px;
  }
}
.mv .mv_box__02 {
  padding: 183px 50px;
}
@media screen and (max-width: 1100px) {
  .mv .mv_box__02 {
    width: 100%;
    padding: 200px 50px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_box__02 {
    padding: 0 20px 80px;
  }
}
.mv .mv_box .mv_title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 59%;
}
@media screen and (max-width: 1100px) {
  .mv .mv_box .mv_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_box .mv_title {
    font-size: 18px;
    left: 54%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_box .mv_title__about {
    top: 36%;
    left: 56%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_box .mv_title__single {
    top: 36%;
    left: 66%;
  }
}
.mv .top_mv {
  width: 1043px;
}
@media screen and (max-width: 1100px) {
  .mv .top_mv {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .mv .top_mv {
    width: 350px;
  }
}
.mv .mv__02 {
  max-width: 1600px;
}
@media screen and (max-width: 768px) {
  .mv .mv__02 {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% center;
       object-position: 30% center;
  }
}
.mv .mv_under_box {
  background-image: url(../img/mv_under@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 227px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv .mv_under_box {
    height: 95px;
    background-position: center;
  }
}

.sec_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec_title__n {
  margin-top: -81px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .sec_title__n {
    margin-top: -130px;
  }
}
.sec_title__access {
  align-items: flex-start;
}
.sec_title .sec_icon {
  width: 49px;
}
@media screen and (max-width: 768px) {
  .sec_title .sec_icon {
    width: 34.3px;
  }
}
.sec_title .concept_img {
  width: 99px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .sec_title .concept_img {
    width: 69.3px;
  }
}
.sec_title .news_img {
  width: 69px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec_title .news_img {
    width: 48.3px;
  }
}
.sec_title .attention_img {
  width: 114px;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .sec_title .attention_img {
    width: 79.8px;
    margin-top: 10px;
  }
}
.sec_title .reservation_img {
  width: 147px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .sec_title .reservation_img {
    width: 102.9px;
    margin-top: 10px;
  }
}
.sec_title .staff_img {
  width: 61px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec_title .staff_img {
    width: 42.7px;
    margin-top: 10px;
  }
}
.sec_title .animals_img {
  width: 103px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec_title .animals_img {
    width: 72.1px;
    margin-top: 24px;
  }
}
.sec_title .introduction_img {
  width: 161px;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .sec_title .introduction_img {
    width: 112.7px;
    margin-top: 10px;
  }
}
.sec_title .ranking_img {
  width: 104px;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .sec_title .ranking_img {
    width: 72.8px;
    margin-top: 10px;
  }
}
.sec_title .title_text {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec_title .title_text {
    font-size: 18px;
  }
}
.sec_title .title_text__c {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .sec_title .title_text__c {
    padding-top: 30px;
  }
}
.sec_title .title_text__n {
  padding-top: 18px;
}
.sec_title .title_text__a {
  padding-top: 12px;
}
.sec_title .title_text__co {
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  .sec_title .title_text__co {
    padding-top: 20px;
  }
}
.sec_title .title_text__access {
  text-align: start;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .sec_title .title_text__access {
    font-size: 18px;
  }
}
.sec_title .title_text__staff {
  padding-top: 13px;
}
.sec_title .title_text__animals {
  padding-top: 27px;
}
.sec_title .title_text__intro {
  padding-top: 17px;
}
.sec_title .sub_title {
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_title .sub_title {
    line-height: 2;
  }
}
.sec_title .sub_title__co {
  line-height: 2.3;
  padding: 32px 0 32px;
}
@media screen and (max-width: 768px) {
  .sec_title .sub_title__co {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1100px) {
  .sec_title .sub_title__access {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec_title .sub_title__access {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec_title .sub_title__attention {
    padding-top: 20px;
  }
}

.contents_title {
  text-align: center;
}
.contents_title__doctor {
  margin-top: 50px;
}
.contents_title .doctor_title_img {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .contents_title .doctor_title_img {
    width: 61.6px;
  }
}
.contents_title .staff_title_img {
  width: 61px;
}
@media screen and (max-width: 768px) {
  .contents_title .staff_title_img {
    width: 42.7px;
  }
}

.pink_btn {
  margin: 0 auto;
  width: 385px;
  border-radius: 29px;
  padding: 18px 0;
  background-color: #FF64AD;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  letter-spacing: 0.1em;
  color: #fff;
}
.pink_btn__02 {
  margin: 0;
}
.pink_btn .btn_arrow {
  width: 15px;
}
@media screen and (max-width: 768px) {
  .pink_btn .btn_arrow {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pink_btn {
    width: 260px;
    padding: 12px 0;
  }
}

.ft .ft_back_box {
  margin-top: -97px;
  background-image: url(../img/footer_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 213px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .ft .ft_back_box {
    margin-top: -15px;
    height: 110px;
    background-position: center;
  }
}
.ft .ft_inner {
  background-color: #9ED9D5;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .ft .ft_inner {
    padding-bottom: 50px;
  }
}
.ft .ft_box {
  padding: 0 50px;
  margin-top: -125px;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  .ft .ft_box {
    padding: 0 20px;
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ft .ft_box {
    margin-top: -50px;
    gap: 20px;
  }
}
.ft .ft_nav .ft_nav_box {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  .ft .ft_nav .ft_nav_box {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ft .ft_nav .ft_link {
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .ft .ft_nav .ft_link {
    font-size: 12px;
  }
}
.ft .sns_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ft .sns_box .insta_icon {
  width: 52px;
}
@media screen and (max-width: 768px) {
  .ft .sns_box .insta_icon {
    width: 36.4px;
  }
}
.ft .sns_box .line_icon {
  width: 54px;
}
@media screen and (max-width: 768px) {
  .ft .sns_box .line_icon {
    width: 37.8px;
  }
}

.sec_concept {
  background-color: #fff;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .sec_concept {
    margin-top: -50px;
  }
}

.concept_container {
  padding: 68px 0 78px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .concept_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .concept_container {
    padding: 0 0 50px;
  }
}
.concept_container .concept_box_01 {
  padding-top: 30px;
}
.concept_container .concept_box_01 .concept_img {
  width: 449px;
}
@media screen and (max-width: 768px) {
  .concept_container .concept_box_01 .concept_img {
    width: 300px;
  }
}
.concept_container .concept_box_02 {
  max-width: 595px;
  letter-spacing: 0;
  line-height: 2.1;
  font-size: 19px;
}
@media screen and (max-width: 1100px) {
  .concept_container .concept_box_02 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .concept_container .concept_box_02 {
    font-size: 14px;
    width: 300px;
  }
}

.news {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: 50px;
  }
}

.news_back_box {
  background-image: url(../img/news_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 213px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .news_back_box {
    height: 95px;
    background-position: center;
  }
}

.news_inner {
  background-color: #F0FCFB;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .news_inner {
    padding: 90px 0;
  }
}

.news_container {
  padding: 64px 0 55px;
}
@media screen and (max-width: 768px) {
  .news_container {
    padding: 50px 0;
  }
}
.news_container .news_item {
  border-bottom: 0.5px #999999 solid;
  padding: 23px 0;
}
.news_container .news_item:first-child {
  border-top: 0.5px #999999 solid;
}
.news_container .news_item .news_link {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .news_container .news_item .news_link {
    flex-direction: column;
  }
}
.news_container .news_item .news_link .news_link_inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news_container .news_item .news_link .news_time {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news_container .news_item .news_link .news_time {
    font-size: 12px;
  }
}
.news_container .news_item .news_link .news_title {
  width: 790px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .news_container .news_item .news_link .news_title {
    font-size: 12px;
    width: 300px;
    text-align: center;
  }
}

.category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  width: 147px;
  border-radius: 5px;
  padding: 7px 0;
}
@media screen and (max-width: 768px) {
  .category {
    font-size: 12px;
    padding: 5px 0;
    width: 100px;
  }
}
.category__topics {
  width: 133px;
  border-radius: 12px;
  font-size: 14px;
  margin: 0 10px 14px 0;
}
.category__topics__02 {
  margin: 0;
}

.cat-news {
  background-color: #FF64AD;
}

.cat-uncategorized {
  background-color: #9ED9D5;
}

.cat-sick {
  background-color: #007FC9;
}

.cat-column {
  background-color: #009F9D;
}

.attention {
  margin: 116px 0 124px;
}
@media screen and (max-width: 768px) {
  .attention {
    margin: 50px 0;
  }
}

.attention_container {
  margin: 31px 0 160px;
}
@media screen and (max-width: 768px) {
  .attention_container {
    margin: 30px 0 50px;
  }
}

.attention_list {
  border-bottom: 1px solid #FF64AD;
  font-size: 29px;
  color: #FF64AD;
}
@media screen and (max-width: 768px) {
  .attention_list {
    font-size: 14px;
  }
}

.attention_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .attention_header {
    padding: 25px 0;
  }
}

.attention_arrow {
  width: 25px;
  margin-right: 8px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .attention_arrow {
    width: 13px;
  }
}

.attention_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.attention_list.active .attention_content {
  max-height: 1000px;
  padding: 15px 0 50px;
  border-top: 1px solid #FF64AD;
}
@media screen and (max-width: 768px) {
  .attention_list.active .attention_content {
    padding: 0 0 10px;
  }
}

.attention_list.active .attention_arrow {
  transform: rotate(180deg);
}

.attention_content_item {
  padding: 20px 0;
}
.attention_content_item .list_title {
  display: block;
  width: 261px;
  background-color: #FF64AD;
  border-radius: 17px;
  color: #fff;
  font-size: 18px;
  padding: 8px 0 8px 20px;
}
@media screen and (max-width: 768px) {
  .attention_content_item .list_title {
    font-size: 12px;
    width: 184px;
  }
}
.attention_content_item .attention_text {
  margin-top: 15px;
  line-height: 2;
  font-size: 18px;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .attention_content_item .attention_text {
    font-size: 12px;
  }
}
.attention_content_item ul {
  padding: 20px 0 0 0;
}
.attention_content_item li {
  font-size: 18px;
  color: #3e3a39;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .attention_content_item li {
    font-size: 12px;
  }
}
.attention_content_item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FF64AD;
}

.sec_under_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_under_box .sec_under_img {
  max-width: 1560px;
}
@media screen and (max-width: 1100px) {
  .sec_under_box .sec_under_img {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .sec_under_box .sec_under_img {
    max-width: 350px;
  }
}

.contact .contact_tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .contact_tel .contact_tel_img {
  max-width: 441px;
}
@media screen and (max-width: 768px) {
  .contact .contact_tel .contact_tel_img {
    max-width: 240px;
  }
}
.contact .contact_text_box {
  max-width: 797px;
  margin: 32px auto 45px;
  position: relative;
  padding: 12px 40px;
  font-size: 12px;
  color: #603813;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact .contact_text_box {
    padding: 12px 20px;
  }
}
.contact .contact_text_box::before,
.contact .contact_text_box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17px; /* 鉤括弧の横幅 */
  border-top: 1px solid #603813;
  border-bottom: 1px solid #603813;
}
.contact .contact_text_box::before {
  left: 0;
  border-left: 1px solid #603813;
}
.contact .contact_text_box::after {
  right: 0;
  border-right: 1px solid #603813;
}
.contact .contact_link_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .contact .contact_link_box {
    flex-direction: column;
    gap: 30px;
  }
}

.access {
  margin-top: 180px;
  background-color: #F0FCFB;
  padding: 140px 0 200px;
}
@media screen and (max-width: 768px) {
  .access {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.access .access_inner {
  background-color: #fff;
  padding: 56px 80px;
  border-radius: 31px;
}
@media screen and (max-width: 768px) {
  .access .access_inner {
    padding: 30px 20px;
  }
}

.hours {
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr 320px;
  -moz-column-gap: 28px;
       column-gap: 28px;
  align-items: start;
}
@media screen and (max-width: 1100px) {
  .hours {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.hours__side {
  border-left: 1px solid #3e3a39;
  padding-left: 40px;
  height: 160px;
}
@media screen and (max-width: 1100px) {
  .hours__side {
    border: none;
    padding-left: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .hours__side {
    padding-top: 0;
    height: auto;
  }
}
.hours__side .side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hours__side .side-list li {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .hours__side .side-list li {
    font-size: 11px;
  }
}

/* table */
.hours__table {
  max-width: 561px;
}

.schedule {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  /* ピンクの● */
  /* 斜線（／） */
}
.schedule thead th {
  font-size: 20px;
  padding: 8px 0 17px;
  text-align: center;
  border-bottom: 1px solid #3e3a39;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .schedule thead th {
    font-size: 11px;
    padding: 8px 0 10px;
  }
}
.schedule thead .label {
  text-align: left;
  width: 205px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .schedule thead .label {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .schedule thead .label {
    width: 77px;
  }
}
.schedule tbody th.time {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 16px 0;
  border-bottom: 1px solid #3e3a39;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .schedule tbody th.time {
    font-size: 11px;
    letter-spacing: 0;
    padding: 14px 0;
  }
}
.schedule tbody td {
  text-align: center;
  height: 44px;
  border-bottom: 1px solid #3e3a39;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .schedule tbody td {
    height: 38px;
  }
}
.schedule td.dot::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #FF64AD;
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .schedule td.dot::before {
    width: 12px;
    height: 12px;
  }
}
.schedule td.slash {
  color: #3e3a39;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .schedule td.slash {
    font-size: 11px;
  }
}
.schedule td.slash::before {
  content: "／";
}

/* 「休診日／水・日・祝」 */
.schedule__note {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .schedule__note {
    font-size: 11px;
  }
}

.map_container {
  margin: 68px 0 0;
}
.map_container .map_box iframe {
  width: 100%;
  height: 324px;
  max-width: 937px;
}
@media screen and (max-width: 768px) {
  .map_container .map_box iframe {
    max-width: 270px;
    height: 270px;
  }
}
.map_container .map_item {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1100px) {
  .map_container .map_item {
    margin: 50px 0 0 0;
    gap: 30px;
  }
}
.map_container .map_item_list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .map_container .map_item_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.map_container .map_item_list .map_title {
  display: block;
  width: 135px;
  background-color: #FF64AD;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 18px;
  text-align: center;
  padding: 8px 0;
}
.map_container .map_item_list .map_text {
  line-height: 1.8;
}

.doctor_box_01 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .doctor_box_01 {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.doctor_box_01 .item_01 {
  width: 100%;
  max-width: 428px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.doctor_box_01 .item_01 .doctor_title {
  margin-top: 23px;
}
.doctor_box_01 .item_01 .item_01_inner {
  margin-top: 19px;
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .doctor_box_01 .item_01 .item_01_inner {
    margin-top: 10px;
    flex-direction: column;
    gap: 5px;
    letter-spacing: 0.05em;
  }
}
.doctor_box_01 .item_01 .item_01_inner .doctor_name {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .doctor_box_01 .item_01 .item_01_inner .doctor_name {
    font-size: 18px;
  }
}
.doctor_box_01 .item_01 .item_01_inner .doctor_name__02 {
  display: block;
}
.doctor_box_01 .item_02 {
  margin-top: -16px;
  max-width: 620px;
  line-height: 2.3;
}

.doctor_box_02 {
  margin-top: 70px;
  border: 1px solid #58DFC3;
  padding: 40px 100px;
}
@media screen and (max-width: 1100px) {
  .doctor_box_02 {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .doctor_box_02 {
    padding: 30px 20px;
  }
}
.doctor_box_02 .doctor_box_02__inner {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  .doctor_box_02 .doctor_box_02__inner {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .doctor_box_02 .doctor_box_02__inner {
    gap: 20px;
  }
}
.doctor_box_02 .title {
  position: relative;
  font-size: 28px;
  padding-left: 30px;
}
@media screen and (max-width: 1100px) {
  .doctor_box_02 .title {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .doctor_box_02 .title {
    font-size: 18px;
    padding-left: 20px;
  }
}
.doctor_box_02 .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 19px;
  height: 19px;
  background: #58DFC3;
}
@media screen and (max-width: 768px) {
  .doctor_box_02 .title::before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
}
.doctor_box_02 .item_01 {
  border-right: 1px solid #58DFC3;
}
@media screen and (max-width: 1100px) {
  .doctor_box_02 .item_01 {
    width: 450px;
    border-right: none;
    border-bottom: 1px solid #58DFC3;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .doctor_box_02 .item_01 {
    width: 260px;
    padding-bottom: 20px;
  }
}
.doctor_box_02 .item_01 .list_box {
  padding: 15px 100px 0 0;
}
@media screen and (max-width: 1100px) {
  .doctor_box_02 .item_01 .list_box {
    padding: 0;
  }
}
.doctor_box_02 .item_01 .list {
  display: grid;
  grid-template-columns: 150px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: baseline;
  line-height: 2;
  padding: 2px 0;
}
@media screen and (max-width: 1100px) {
  .doctor_box_02 .item_01 .list {
    grid-template-columns: 130px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .doctor_box_02 .item_01 .list {
    grid-template-columns: 80px 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .doctor_box_02 .item_02 {
    padding-bottom: 20px;
  }
}
.doctor_box_02 .item_02 .list_box {
  padding: 15px 0 0 0;
}
.doctor_box_02 .item_02 .list {
  line-height: 2;
}

.staff_container {
  margin-top: 95px;
}

.staff_box {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .staff_box {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.staff_box .item {
  background-color: #F0FCFB;
  width: 100%;
  max-width: 485px;
  border-radius: 20px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .staff_box .item {
    flex-direction: column;
    padding: 20px 0;
  }
}
.staff_box .item .staff_img {
  width: 87px;
}
@media screen and (max-width: 768px) {
  .staff_box .item .staff_img {
    width: 77px;
  }
}
.staff_box .item .item_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .staff_box .item .item_inner {
    letter-spacing: 0.05em;
  }
}
.staff_box .item .item_inner .item_inner__name {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.staff_box .item .item_inner .item_inner__name p {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .staff_box .item .item_inner .item_inner__name p {
    font-size: 18px;
  }
}
.staff_box .item .item_inner .item_inner__name span {
  display: block;
}

.animals {
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .animals {
    margin-top: 50px;
  }
}

.species-table-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .species-table-wrap {
    margin-top: 30px;
  }
}

.species-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 16px;
  /* ★ 外枠の左右線はテーブルにだけ（ガタつき防止） */
  border-left: 1px solid #FF64AD;
  border-right: 1px solid #FF64AD;
  /* 1行目の上線 */
  /* 2行目以降の水平線（上側だけ） */
  /* 最終行の下線 */
  /* ★ 中央の仕切り（PC=実線） */
  /* 左のピンク帯（rowspan列） */
}
@media screen and (max-width: 768px) {
  .species-table {
    font-size: 12px;
  }
}
.species-table td, .species-table th {
  padding: 18px 22px;
  vertical-align: middle;
  /* ★ セルには左右線を描かせない（二重線＆ガタつき防止） */
  border-left: none;
  border-right: none;
}
.species-table tbody tr:first-child td,
.species-table tbody tr:first-child th:not(.cat) {
  border-top: 1px solid #FF64AD;
}
.species-table tr + tr td,
.species-table tr + tr th:not(.cat) {
  border-top: 1px solid #FF64AD;
}
.species-table tbody tr:last-child td,
.species-table tbody tr:last-child th:not(.cat) {
  border-bottom: 1px solid #FF64AD;
}
.species-table td.kind {
  border-right: 1px solid #FF64AD;
  width: 35%;
  letter-spacing: 0;
}
.species-table td.examples {
  width: 65%;
  line-height: 2;
  border-left: none;
}
.species-table .cat {
  vertical-align: top;
  background: #FF64AD;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  width: 190px;
  border-right: 1px solid #FF64AD;
}
@media screen and (max-width: 768px) {
  .species-table .cat {
    font-size: 18px;
  }
}
.species-table .cat span {
  display: block;
}
.species-table .kind {
  font-weight: 400;
}
.species-table tr:last-child .cat {
  border-top: 1px solid #fff;
}

/* ============ 1100px以下（レスポンシブ） ============ */
@media (max-width: 1100px) {
  .species-table tbody tr {
    display: block;
  }
  .species-table td,
  .species-table th:not(.cat) {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: none !important;
  }
  /* カテゴリ（鳥類/小型哺乳類）は1行に */
  .species-table .cat {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    margin: 0 0 6px;
    border: none;
    border-bottom: 1px solid #FF64AD;
  }
  /* 中央の区切りは点線 */
  .species-table td.kind {
    width: 100%;
    border: none !important;
    font-weight: 600;
    border-bottom: 1px dashed #FF64AD !important;
  }
  .species-table td.examples {
    width: 100%;
    border-bottom: 2px solid #FF64AD !important;
  }
  .species-table td.examples__02 {
    border-bottom: none !important;
  }
  .species-table tbody tr:first-child {
    border-top: none;
  }
}
.animals_box {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .animals_box {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
}
.animals_box p {
  text-align: center;
  line-height: 2.4;
  color: #FF64AD;
}
.animals_box .animal_01 {
  width: 69px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .animals_box .animal_01 {
    width: 48.3px;
    margin: 0;
  }
}
.animals_box .animal_02 {
  width: 92px;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .animals_box .animal_02 {
    width: 64.4px;
    margin: 0;
  }
}

.introduction {
  margin: 165px 0 110px;
}
@media screen and (max-width: 768px) {
  .introduction {
    margin: 100px 0 110px;
  }
}

/*====================================================================
slick__about
====================================================================*/
.slider {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: auto;
}

.slick-slide {
  margin: 0 5px;
}
.slick-slide p {
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .slick-slide p {
    font-size: 18px;
  }
}

.slick-slide img {
  max-width: 100%;
  height: auto;
  width: 484px;
  margin: 0 auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slider-nav {
  position: relative;
  margin: 75px auto 254px;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .slider-nav {
    margin: 75px auto 100px;
  }
}
@media screen and (max-width: 480px) {
  .slider-nav {
    margin: 75px auto 50px;
  }
}

.slider-nav .slick-slide {
  cursor: pointer;
  margin: 0 16px;
}

.slider-nav .slick-slide:hover {
  opacity: 0.7;
}

.slider-nav img {
  width: 230px;
}

.slider-nav .slick-list {
  max-width: 929px;
  margin: 0 auto;
}

.slider-nav .prev,
.slider-nav .next {
  position: absolute;
  z-index: 3;
  top: 40%;
  cursor: pointer;
  outline: none;
  width: 28px;
  height: 27px;
  background-image: url(../img/slider_arrow.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .slider-nav .prev,
  .slider-nav .next {
    top: 42%;
    width: 20px;
  }
}
@media screen and (max-width: 480px) {
  .slider-nav .prev,
  .slider-nav .next {
    top: 44%;
    width: 10px;
  }
}

.slider-nav .prev { /*戻る矢印の位置と形状*/
  left: -0.5%;
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .slider-nav .prev {
    top: 33%;
    left: -4%;
  }
}

.slider-nav .next { /*次へ矢印の位置と形状*/
  right: 2px;
}
@media screen and (max-width: 768px) {
  .slider-nav .next {
    right: -4%;
  }
}
@media screen and (max-width: 480px) {
  .slider-nav .next {
    top: 50%;
  }
}

.topics {
  margin-bottom: 220px;
}
@media (max-width: 768px) {
  .topics {
    margin-bottom: 120px;
  }
}

.topics_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .topics_container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.topics_area {
  width: 73.5%;
}
@media screen and (max-width: 1100px) {
  .topics_area {
    width: 100%;
  }
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 46px 0;
}
@media (max-width: 1100px) {
  .post-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-items: center;
  }
}
@media (max-width: 768px) {
  .post-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.post-grid__02 {
  margin-top: 50px;
}

.post-card {
  width: 100%;
  max-width: 342px;
}
@media (max-width: 1100px) {
  .post-card {
    max-width: 280px;
  }
}

.post-thumb img {
  width: 342px;
  height: 259px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .post-thumb img {
    max-width: 280px;
    height: 212px;
  }
}

.post-title_box {
  height: 96px;
}
@media (max-width: 768px) {
  .post-title_box {
    font-size: 76px;
  }
}

.post-title {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .post-title {
    margin-top: 15px;
    font-size: 18px;
  }
}

.post-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

/* 新仕様対応（対応ブラウザならこちらが効く） */
@supports (line-clamp: 2) {
  .post-title a {
    display: -webkit-box; /* Safari対策で維持 */
    line-clamp: 2;
  }
}
.post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #595757;
}
.post-date img {
  display: block;
  width: 14px;
  height: 14px;
}

.pagination {
  margin-top: 80px;
}
.pagination .nav-links {
  text-align: center;
  padding: 16px 0;
  max-width: 490px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  color: #595757;
  border: 1px solid #3e3a39;
  border-radius: 3rem;
  width: 37px;
  height: 37px;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links .current {
  background-color: #AFDDDD;
}

.sec_under_box__02 {
  max-width: 449px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .sec_under_box__02 {
    margin: 50px auto;
  }
}

.ranking {
  margin-top: 188px;
}

.rank_number_box {
  height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .rank_number_box {
    height: auto;
  }
}

.rank-icon__01 {
  width: 192px;
}
@media (max-width: 768px) {
  .rank-icon__01 {
    width: 134.4px;
  }
}

.rank-icon__02 {
  width: 128px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .rank-icon__02 {
    width: 89.6px;
  }
}

.sidebar {
  width: 26.5%;
}
@media screen and (max-width: 1100px) {
  .sidebar {
    margin-top: 100px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 280px;
  }
}

.sidebar-widget {
  margin-bottom: 20px;
}

.accordion-content {
  display: none;
  padding: 40px 50px;
  background-color: #F0FCFB;
  font-size: 18px;
}
@media (max-width: 768px) {
  .accordion-content {
    font-size: 14px;
    padding: 20px 30px;
  }
}
.accordion-content li {
  margin-bottom: 20px;
  font-weight: normal;
}

.accordion-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 13px 20px;
  color: #3E3A39;
  cursor: pointer;
  background-color: #F0FCFB;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .accordion-btn {
    justify-content: flex-start;
    gap: 50px;
  }
}
.accordion-btn span {
  font-size: 15px;
  margin-left: -22px;
}
@media (max-width: 768px) {
  .accordion-btn span {
    font-size: 14px;
  }
}

.category_img {
  width: 70px;
}

.posts_img {
  width: 98px;
}

.rank_img {
  width: 61px;
}

.sidebar_arrow {
  max-width: 13px;
}
@media screen and (max-width: 1100px) {
  .sidebar_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

.single_topics {
  padding-bottom: 260px;
}
@media screen and (max-width: 768px) {
  .single_topics {
    padding-bottom: 130px;
  }
}

.single {
  max-width: 623px;
}
.single h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .single h1 {
    font-size: 18px;
  }
}
.single .item_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.single .single_box {
  margin-top: 36px;
  line-height: 1.8;
}
.single .single_box img {
  display: block;
  margin: 50px 0;
}

.pagination__02 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 207px;
}
@media screen and (max-width: 768px) {
  .pagination__02 {
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-top: 100px;
  }
}
.pagination__02 .prev-post a,
.pagination__02 .next-post a {
  display: flex;
  align-items: center;
}
.pagination__02 .pagination-separator {
  display: inline-block;
  width: 66px;
  height: 2px;
  background: #3e3a39;
}
@media screen and (max-width: 768px) {
  .pagination__02 .pagination-separator {
    width: 33px;
  }
}
.pagination__02 .pagination-icon__back {
  width: 163px;
}
@media screen and (max-width: 768px) {
  .pagination__02 .pagination-icon__back {
    width: 97.8px;
  }
}
.pagination__02 .pagination-icon__next {
  width: 166px;
}
@media screen and (max-width: 768px) {
  .pagination__02 .pagination-icon__next {
    width: 99.6px;
  }
}/*# sourceMappingURL=style.css.map */