@charset "UTF-8";
body {
  width: 100%;
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #3e3a39;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

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

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

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

.inner__01 {
  margin: 0 auto;
  max-width: 1960px;
  padding: 0 20px;
}
.inner__02 {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .inner__02 {
    padding: 0;
  }
}
.inner__03 {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 20px;
}

.h_logo {
  width: 436px;
}
@media screen and (max-width: 480px) {
  .h_logo {
    width: 280px;
  }
}

.phone_w {
  width: 16px;
}
@media screen and (max-width: 480px) {
  .phone_w {
    width: 14px;
  }
}
.phone_w__02 {
  width: 23px;
}
@media screen and (max-width: 480px) {
  .phone_w__02 {
    width: 19px;
  }
}

.pc_w {
  width: 35px;
}
@media screen and (max-width: 480px) {
  .pc_w {
    width: 29px;
  }
}

.tel_n {
  width: 151px;
}
@media screen and (max-width: 480px) {
  .tel_n {
    width: 140px;
  }
}
.tel_n__02 {
  width: 223px;
}
@media screen and (max-width: 480px) {
  .tel_n__02 {
    width: 200px;
  }
}

.home {
  width: 42px;
}

.home_t {
  width: 39px;
}
@media screen and (max-width: 768px) {
  .home_t__f {
    width: 34px;
  }
}

.about {
  width: 30px;
}

.about_t {
  width: 46px;
}
@media screen and (max-width: 768px) {
  .about_t {
    width: 40px;
  }
}

.medical {
  width: 40px;
}

.medical_t {
  width: 39px;
}
@media screen and (max-width: 768px) {
  .medical_t__f {
    width: 34px;
  }
}

.news {
  width: 40px;
}

.news_t {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .news_t__f {
    width: 35px;
  }
}

.time {
  width: 36px;
}

.time_t {
  width: 33px;
}
@media screen and (max-width: 768px) {
  .time_t__f {
    width: 28.8px;
  }
}

.access {
  width: 30px;
}

.access_t {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .access_t__f {
    width: 46px;
  }
}

.concept_img {
  width: 73px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .concept_img {
    width: 50px;
  }
}

.c_img {
  width: 254px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .c_img {
    width: 190px;
  }
}

.news_img {
  width: 63px;
  margin-bottom: 21px;
}
@media screen and (max-width: 480px) {
  .news_img {
    width: 50px;
  }
}

.t_time_img {
  width: 63px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .t_time_img {
    width: 50px;
  }
}

.title_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s_title {
  color: #3e3a39;
  font-weight: 500;
  text-align: center;
  font-size: 37px;
}
@media screen and (max-width: 768px) {
  .s_title {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  .s_title {
    font-size: 18px;
  }
}
.s_title__02 {
  color: #fff;
}

.s_title_t {
  letter-spacing: 0.025em;
}

.btn_p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background-color: #f4c7db;
  border-radius: 8px;
  max-width: 100%;
  padding: 14px 29px;
}
@media screen and (max-width: 480px) {
  .btn_p {
    padding: 10px 31px;
  }
}
.btn_p__b {
  width: 264px;
  background-color: #acc6e7;
}

.btn_b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background-color: #acc6e7;
  border-radius: 8px;
  max-width: 100%;
  letter-spacing: 0.1em;
  font-size: 20px;
  padding: 8px 0;
  width: 230px;
}
@media screen and (max-width: 480px) {
  .btn_b {
    font-size: 16px;
    padding: 6px 30px;
  }
}
.btn_b__02 {
  width: 394px;
  height: 80px;
}
@media screen and (max-width: 480px) {
  .btn_b__02 {
    width: 280px;
    height: 70px;
  }
}
.btn_b__f {
  width: 244px;
  height: 67px;
}
.btn_b__c {
  width: 203px;
  justify-content: center;
  font-size: 18px;
  margin: 70px auto 0;
}
.btn_b__w {
  width: 536px;
  height: 80px;
  background-color: #fff;
  color: #acc6e7;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .btn_b__w {
    height: 70px;
  }
}

.ml_10 {
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .ml_10 {
    margin: 0 auto;
  }
}

.hd {
  margin-top: 28px;
}

.hd__logo {
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .hd__logo {
    margin: 0;
  }
}
.hd__logo h1 {
  border-bottom: none;
}

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

.h_c_container {
  margin-top: 11px;
}
@media screen and (max-width: 1100px) {
  .h_c_container {
    margin-top: 20px;
  }
}

.h_c_box__01 {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .h_c_box__01 {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .h_c_box__01 {
    gap: 16px;
  }
}

.line {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .line {
    width: 41px;
  }
}

@media screen and (max-width: 768px) {
  .h_btn__01 {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .h_btn__02 {
    order: 1;
  }
}

.LINE_link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.line_box {
  order: 3; /* 一番下に表示 */
}
@media screen and (min-width: 769px) {
  .line_box .line_text {
    display: none; /* PCでは非表示 */
  }
}

.h_c_box__02 {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .h_c_box__02 {
    display: flex;
    justify-content: center;
    margin: 22px 0;
  }
}

.h_c_text {
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .h_c_text {
    display: none;
  }
}

.nav_list_box {
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 82px;
  flex-wrap: wrap;
  width: 853px;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .nav_list_box {
    gap: 40px;
  }
}
@media screen and (max-width: 780px) {
  .nav_list_box {
    gap: 0;
    display: none;
  }
}

.nav_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
}

.nav_list_box li {
  flex: 0 1 auto;
}

/*アクティブクラスがついたら最前面へ*/
#g-nav.panelactive {
  position: fixed;
  opacity: 1;
  z-index: 999;
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; /*ナビの高さ*/
  background: #fff;
  /*動き*/
  transition: all 0.3s;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav.panelactive ul {
  display: grid;
  grid-template-columns: repeat(2, 140px); /* 2列表示 */
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#g-nav.panelactive li {
  margin-bottom: 50px;
  width: auto;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
}
@media screen and (max-width: 780px) {
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.i_t {
  height: 42px;
  margin-bottom: 8px;
}

.i_b {
  margin-top: 8px;
}

.contact {
  margin-top: 124px;
}
@media screen and (max-width: 480px) {
  .contact {
    margin-top: 80px;
  }
}

.contact_container {
  background-color: #acc6e7;
  border-radius: 22px;
  padding: 13px 0 48px 0;
}
@media screen and (max-width: 480px) {
  .contact_container {
    padding: 30px 0 40px;
  }
}

.fuji_w {
  width: 63px;
}
@media screen and (max-width: 480px) {
  .fuji_w {
    width: 45px;
  }
}

.contact_text {
  text-align: center;
  margin: 30px 0 50px;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .contact_text {
    font-size: 14px;
    padding: 0 20px;
  }
}
.contact_text li {
  margin-bottom: 15px;
}

.pc_b {
  width: 34px;
}

.contact_box {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  max-width: 751px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact_box {
    flex-direction: column;
    gap: 20px;
  }
}

.f_img_box {
  margin: 115px 0 100px 0;
}
.f_img_box .f_img {
  width: 1795px;
}
@media screen and (max-width: 480px) {
  .f_img_box .f_img_sp {
    width: 340px;
    margin: 0 auto;
    display: block;
  }
}

.f_container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .f_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.f_box {
  width: 302px;
}
@media screen and (max-width: 1100px) {
  .f_box {
    width: auto;
  }
}
.f_box .f_logo {
  width: 186px;
}

.f_box__02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .f_box__02 {
    margin-top: 30px;
    align-items: center;
  }
}

.f_item_box {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .f_item_box {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}

.f_tel_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .f_tel_box {
    margin: 0 auto;
  }
}
.f_tel_box .mt_tel_img {
  width: 18px;
  margin-right: 23px;
}
@media screen and (max-width: 480px) {
  .f_tel_box .mt_tel_img {
    width: 16px;
    margin-right: 12px;
  }
}
.f_tel_box .mt_tel_number {
  width: 236px;
}
@media screen and (max-width: 768px) {
  .f_tel_box .mt_tel_number {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .f_tel_box .mt_tel_number {
    width: 180px;
  }
}

.sns_box {
  display: flex;
  align-items: center;
}

.insta {
  width: 53px;
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  .insta {
    width: 41px;
    gap: 30px;
  }
}

.f_item_box__02 {
  margin-top: 46px;
}

.f_nav {
  width: 797px;
}

.f_nav_list_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 70px;
}
@media screen and (max-width: 1100px) {
  .f_nav_list_box {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .f_nav_list_box {
    gap: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .f_nav_list_box li {
    width: 68px;
  }
}

/* 768px以下で2列（3つずつ） */
.p-ft__copyright {
  display: block;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.1em;
}

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

.slider-type-a .slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: auto; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-type-a .slider-item img {
  width: 964px; /* 画面幅いっぱい */
  height: 100%; /* スライダーの高さに合わせる */
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .slider-type-a .slider-item img {
    width: 335px;
  }
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slider-type-a .slick-prev,
.slider-type-a .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 45%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  width: 35px;
  height: 34px;
  background-image: url(../img/common/arrow_left.png);
}
@media screen and (max-width: 768px) {
  .slider-type-a .slick-prev,
  .slider-type-a .slick-next {
    width: 20px;
  }
}

.slider-type-a .slick-prev { /*戻る矢印の位置と形状*/
  left: 0.5%;
}

.slider-type-a .slick-next { /*次へ矢印の位置と形状*/
  right: 0;
  transform: rotate(180deg);
}

/*ドットナビゲーションの設定*/
.slider-type-a .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -30px 0 0 0;
}

.slider-type-a .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slider-type-a .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slider-type-a .slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*==================================================
下層ページ　mv
===================================*/
.lower-mv__wrap {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.lower-mv__title {
  width: 160px;
  position: absolute;
  left: 72%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lower-mv__title {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .lower-mv__title {
    width: 60px;
  }
}

.h_m_time {
  display: none;
}
@media screen and (max-width: 480px) {
  .h_m_time {
    display: block;
    margin-bottom: 20px;
  }
}
.h_m_time .medical_time_top {
  width: 335px;
  margin: 0 auto;
}

.concept {
  margin-top: 135px;
}
@media screen and (max-width: 768px) {
  .concept {
    margin-top: 80px;
  }
}
.concept h3 {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.025em;
  line-height: 1.9;
  margin-bottom: 36px;
}
.concept h3:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .concept h3 {
    font-size: 14px;
  }
}

.c_img_box {
  margin: 44px 0 38px 0;
}

.concept_container {
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .concept_container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}

.concept_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.concept_box p {
  font-size: 24px;
  letter-spacing: 0.025em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .concept_box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .concept_box p {
    font-size: 16px;
  }
}
.concept_box .c_b_img {
  max-width: 100%;
  width: 345px;
}
@media screen and (max-width: 480px) {
  .concept_box .c_b_img {
    width: 335px;
  }
}

.top_img_box {
  max-width: 1940px;
  margin: 147px 0 141px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_img_box {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .top_img_box {
    margin: 80px 0;
  }
}

.t_img {
  width: 100%;
  height: 368px;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .t_img {
    height: 268px;
  }
}

.top_img_box > img {
  flex: 1 1 32%; /* すべての画像を均等な幅に */
  max-width: 32%; /* 画像の最大幅を統一 */
}
@media screen and (max-width: 768px) {
  .top_img_box > img {
    max-width: 335px;
  }
}

.s_news {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .s_news {
    margin-top: 50px;
  }
}

.news_container {
  box-sizing: border-box;
  margin: 33px auto;
  border: 1px solid #b5b5b6;
  border-radius: 22px;
  max-width: 1140px;
  padding: 40px 20px;
}
@media screen and (max-width: 480px) {
  .news_container {
    margin: 33px auto 70px;
    padding: 20px 10px;
  }
}

.news-list {
  margin: 0 auto;
  max-width: 597px;
}
.news-list__item {
  border-bottom: #3e3a39 1px dotted;
  padding: 25px 15px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .news-list__item {
    padding: 20px 15px;
  }
}
.news-list__item-link {
  font-weight: 500;
  display: block;
  width: 100%;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .news-list__item-link {
    gap: 25px;
  }
}
@media screen and (max-width: 480px) {
  .news-list__item-link {
    gap: 15px;
  }
}
.news-list__item-date {
  color: #acc6e7;
  font-family: "Zen Maru Gothic", serif;
}

.news-btn .btn_b__c {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .news-btn .btn_b__c {
    margin-top: 30px;
  }
}

.medical_time {
  margin-top: 198px;
}
@media screen and (max-width: 480px) {
  .medical_time {
    margin-top: 70px;
  }
}

.m_t_container {
  margin-top: 67px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .m_t_container {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (max-width: 480px) {
  .m_t_container {
    width: 335px;
    margin: 10px auto 0;
    gap: 40px;
  }
}

.m_t_box .address {
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .m_t_box .address {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .m_t_box .address {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .m_t_box__01 {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .m_t_box__02 {
    order: 1;
  }
}

.mt_logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .mt_logo {
    margin-bottom: 10px;
  }
}

.mt_tel_box {
  margin: 30px 0 30px 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .mt_tel_box {
    justify-content: center;
    margin: 34px auto 45px;
  }
}
@media screen and (max-width: 480px) {
  .mt_tel_box {
    margin: 10px auto 30px;
  }
}

.mt_logo_img {
  width: 394px;
}
@media screen and (max-width: 480px) {
  .mt_logo_img {
    width: 260px;
    display: block;
    margin: 0 auto;
  }
}

.mt_tel_img {
  width: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .mt_tel_img {
    width: 29px;
  }
}
@media screen and (max-width: 480px) {
  .mt_tel_img {
    width: 18px;
    margin-right: 8px;
  }
}

.mt_tel_number {
  width: 220px;
}
@media screen and (max-width: 1100px) {
  .mt_tel_number {
    width: 320px;
  }
}
@media screen and (max-width: 480px) {
  .mt_tel_number {
    width: 225px;
  }
}

.medical_time_box {
  margin: 22px 0 0 0;
}

.medical_time_img {
  width: 591px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .medical_time_img {
    display: block;
    margin: 0 auto;
    width: 335px;
  }
}

.mt_text {
  margin-top: 10px;
  letter-spacing: 0.09em;
  line-height: 1.9;
}
@media screen and (max-width: 480px) {
  .mt_text {
    font-size: 10px;
  }
}

.banner_box {
  margin-top: 27px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .banner_box .banner_img__01 {
    width: 17%;
  }
}
@media screen and (max-width: 768px) {
  .banner_box .banner_img__02 {
    width: 28%;
  }
}
@media screen and (max-width: 480px) {
  .banner_box {
    margin-top: 10px;
  }
}

.map_box {
  margin: 93px auto 0;
  max-width: 813px;
}
@media screen and (max-width: 768px) {
  .map_box {
    margin-top: 60px;
  }
}

.map {
  width: 100%;
  height: 328px;
}

.map_text {
  margin: 32px 0 0 -5px;
  font-size: 18px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .map_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .map_text {
    font-size: 12px;
    width: 280px;
    margin: 20px auto;
  }
}

.parking_container {
  margin-top: 40px;
  background-color: #f7f8f8;
  padding: 38px 55px;
}
@media screen and (max-width: 480px) {
  .parking_container {
    padding: 30px 0;
  }
}
.parking_container h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 480px) {
  .parking_container h3 {
    font-size: 18px;
  }
}
.parking_container h3 .paws {
  width: 32px;
}
@media screen and (max-width: 480px) {
  .parking_container h3 .paws {
    width: 26px;
  }
}
.parking_container h3 .paws__01 {
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .parking_container h3 .paws__01 {
    margin-right: 10px;
  }
}
.parking_container h3 .paws__02 {
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .parking_container h3 .paws__02 {
    margin-left: 10px;
  }
}

.parking_box {
  padding-top: 34px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .parking_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.parking_box .parking_item__01 {
  width: 387px;
}
@media screen and (max-width: 480px) {
  .parking_box .parking_item__01 {
    width: 265px;
  }
}
.parking_box .parking_item__01 li {
  margin-bottom: 20px;
}
.parking_box .parking_item__02 {
  width: 272px;
  padding-top: 8px;
}

/*==================================================
////// about
===================================*/
.mv {
  margin: 44px 0 50px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .mv__01 {
    width: 335px;
  }
}
@media screen and (max-width: 480px) {
  .mv {
    margin: 0 0 50px 0;
  }
}

.mv_title {
  width: 160px;
  position: absolute;
  top: 52%;
  right: 9%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv_title {
    width: 120px;
    right: -6%;
  }
}
@media screen and (max-width: 480px) {
  .mv_title {
    width: 60px;
    right: -4%;
  }
}

.about_area {
  margin-top: 90px;
}
@media screen and (max-width: 480px) {
  .about_area {
    margin-top: 50px;
  }
}

.t_about {
  width: 63px;
}
@media screen and (max-width: 480px) {
  .t_about {
    width: 50px;
  }
}

.t_hospital {
  width: 75px;
}
@media screen and (max-width: 480px) {
  .t_hospital {
    width: 50px;
  }
}

.director_container {
  margin: 46px auto;
  padding: 46px 0 31px;
  border: 1px solid #b5b5b6;
  border-radius: 22px;
}
@media screen and (max-width: 480px) {
  .director_container {
    margin: 35px auto;
  }
}
.director_container h2 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.025em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 42px;
}
@media screen and (max-width: 480px) {
  .director_container h2 {
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-size: 26px;
  }
}
.director_container span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .director_container span {
    font-size: 14px;
  }
}
.director_container .text_box {
  margin: 32px auto 15px;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .director_container .text_box {
    margin: 25px auto 15px;
  }
}
.director_container .text_box p {
  width: 859px;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px dotted #3e3a39;
}
@media screen and (max-width: 1100px) {
  .director_container .text_box p {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .director_container .text_box p {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .director_container .text_box p {
    width: 280px;
  }
}
.director_container .director_box {
  display: flex;
  align-items: flex-start;
  margin-left: 170px;
  gap: 50px;
}
@media screen and (max-width: 1100px) {
  .director_container .director_box {
    justify-content: center;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .director_container .director_box {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.director_container .director_box h3 {
  color: #acc6e7;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .director_container .director_box h3 {
    font-size: 20px;
  }
}
.director_container .director_box ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .director_container .director_box ul {
    margin-top: 0;
    align-items: center;
    gap: 5px;
  }
}
.director_container .director_box li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .director_container .director_box li {
    font-size: 14px;
    flex-direction: column;
    gap: 0;
  }
}
.director_container .director_box li .title {
  width: 190px;
}
@media screen and (max-width: 480px) {
  .director_container .director_box li .title {
    width: auto;
  }
}
.director_container .director_box li .sub_title {
  font-size: 17px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 480px) {
  .director_container .director_box li .sub_title {
    font-size: 14px;
  }
}

.hospital {
  margin-top: 189px;
}
@media screen and (max-width: 480px) {
  .hospital {
    margin-top: 100px;
  }
}

/*==================================================
////// medical
===================================*/
.medical_about {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .medical_about {
    margin-top: 50px;
  }
}

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

.m_a_box {
  width: 533px;
  padding: 47px 0;
  border: 1px solid #b5b5b6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 22px;
}
@media screen and (max-width: 768px) {
  .m_a_box {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .m_a_box {
    padding: 30px 0;
    width: 335px;
  }
}
.m_a_box h2 {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .m_a_box h2 {
    font-size: 18px;
  }
}

.m_a_item_box {
  display: flex;
  justify-content: center;
  margin: 30px 0 5px 0;
  gap: 42px;
}

.m_a_item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.m_a_item .dog {
  width: 55px;
  margin-right: 25px;
}
.m_a_item .cat {
  width: 31px;
  margin-top: 12px;
  margin-right: 20px;
}
.m_a_item p {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .m_a_item p {
    font-size: 18px;
  }
}

.m_a_text {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin: 40px 0 17px 0;
}
@media screen and (max-width: 480px) {
  .m_a_text {
    font-size: 18px;
  }
}

.medical_point {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .medical_point {
    margin-top: 60px;
  }
}

.t_menu {
  width: 63px;
  margin-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .t_menu {
    width: 50px;
  }
}

.m_p_container {
  margin-top: 69px;
  display: flex;
  flex-direction: column;
  gap: 118px;
}
@media screen and (max-width: 768px) {
  .m_p_container {
    gap: 90px;
  }
}

.m_p_box {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .m_p_box {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .m_p_box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.m_p_item img {
  width: 309px;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .m_p_item img {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .m_p_item img {
    width: 335px;
  }
}
.m_p_item h2 {
  margin-top: 19px;
  font-size: 30px;
  color: #acc6e7;
}
@media screen and (max-width: 1100px) {
  .m_p_item h2 {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .m_p_item h2 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .m_p_item h2 {
    font-size: 19px;
  }
}
.m_p_item p {
  margin: 28px 0 0 0;
  width: 650px;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .m_p_item p {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .m_p_item p {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .m_p_item p {
    width: 335px;
    text-align: center;
  }
}

.announce {
  margin-top: 120px;
  height: 550px;
  padding: 70px 0 90px;
  background-color: #f7f8f8;
}
@media screen and (max-width: 1100px) {
  .announce {
    height: 910px;
  }
}
@media screen and (max-width: 768px) {
  .announce {
    padding: 40px 0;
    height: 810px;
  }
}
@media screen and (max-width: 480px) {
  .announce {
    height: 720px;
  }
}
.announce h2 {
  font-size: 37px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .announce h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .announce h2 {
    font-size: 20px;
  }
}

.announce_container {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .announce_container {
    margin: 0;
  }
}

.announce_item__01 {
  width: 805px;
  height: 228px;
  position: absolute;
  top: 142px;
  left: 55%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  .announce_item__01 {
    width: 500px;
    top: 200px;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .announce_item__01 {
    width: 295px;
    top: 260px;
    left: 50%;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .announce_item__01 {
    top: 190px;
    left: 50%;
    gap: 30px;
  }
}
.announce_item__01 li {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 500;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .announce_item__01 li {
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .announce_item__01 li {
    font-size: 14px;
  }
}

.m_04 {
  width: 112px;
  position: absolute;
  top: 48px;
  left: 36px;
}
@media screen and (max-width: 1100px) {
  .m_04 {
    top: 450px;
    left: 30%;
  }
}
@media screen and (max-width: 768px) {
  .m_04 {
    width: 76px;
    top: 520px;
    left: 10%;
  }
}
@media screen and (max-width: 480px) {
  .m_04 {
    top: 410px;
  }
}

.m_05 {
  width: 150px;
  position: absolute;
  top: 25px;
  right: -60px;
}
@media screen and (max-width: 1100px) {
  .m_05 {
    top: 430px;
    right: 25%;
  }
}
@media screen and (max-width: 768px) {
  .m_05 {
    width: 110px;
    top: 500px;
    right: 15%;
  }
}
@media screen and (max-width: 480px) {
  .m_05 {
    top: 390px;
  }
}

.m_06 {
  width: 32px;
  margin-top: 10px;
}

/*====================================================================
slick__about
====================================================================*/
.slider {
  margin-top: 57px;
  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: 15px;
  font-size: 24px;
}

.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: 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;
}

.prev,
.next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 40%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  width: 28px;
  height: 27px;
  background-image: url(../img/about/a_arrow.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .prev,
  .next {
    top: 42%;
    width: 20px;
  }
}
@media screen and (max-width: 480px) {
  .prev,
  .next {
    top: 44%;
    width: 10px;
  }
}

.slider-nav .prev { /*戻る矢印の位置と形状*/
  left: -0.5%;
}

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

/*==================================================
////// news
===================================*/
.t_news {
  width: 63px;
  height: 72px;
}
@media screen and (max-width: 480px) {
  .t_news {
    width: 50px;
  }
}

.news__top {
  margin-top: 90px;
}
@media screen and (max-width: 480px) {
  .news__top {
    margin-top: 50px;
  }
}
.news__body {
  max-width: 1100px;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .news__body {
    margin: 30px auto 50px;
  }
}
.news__wrap {
  display: flex;
  gap: 135px;
}
@media screen and (max-width: 1100px) {
  .news__wrap {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .news__wrap {
    flex-direction: column;
    gap: 0;
  }
}
.news__main {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .news__main {
    width: 100%;
  }
}
.news__main-item {
  border: 1px #b5b5b6 solid;
  border-radius: 15px;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  .news__main-item {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 480px) {
  .news__main-item {
    padding: 30px 20px;
  }
}
.news__main-item + .news__main-item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .news__main-item + .news__main-item {
    margin-top: 50px;
  }
}
.news__main-title {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news__main-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .news__main-title {
    font-size: 20px;
  }
}
.news__main-meta {
  display: flex;
  gap: 10px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .news__main-meta {
    padding-bottom: 30px;
  }
}
.news__main-btn {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .news__main-btn {
    margin-top: 30px;
  }
}
.news__main-btn-link {
  width: 300px;
  display: block;
  background-color: #acc6e7;
  color: #fff;
  padding: 10px 0 10px 45px;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .news__main-btn-link {
    width: 250px;
  }
}
.news__main-btn-link::after {
  content: "";
  display: block;
  background: url(../img/news/n_btn_arrow.svg) no-repeat center/contain;
  width: 49px;
  height: 6px;
  position: absolute;
  left: 65%;
  bottom: 37%;
}

/*==================================================
////// sidebar
===================================*/
.sidebar {
  width: 243px;
}
.sidebar__archive + .sidebar__archive {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .sidebar__archive + .sidebar__archive {
    margin-top: 50px;
  }
}
.sidebar__archive-title {
  color: #acc6e7;
}
.sidebar__archive-title .en {
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 5px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sidebar__archive-title .en {
    font-size: 22px;
  }
}
.sidebar__archive-list {
  padding-top: 25px;
}

/*==================================================
////// pagination
===================================*/
.c-pagination {
  margin: 150px 0 100px;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin: 80px 0 80px;
  }
}
.c-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.c-pagination .page, .c-pagination .current, .c-pagination .previouspostslink, .c-pagination .nextpostslink {
  border-radius: 100px;
  width: 37px;
  height: 37px;
  border: 1px solid #3e3a39;
  position: relative;
  color: #3e3a39;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination .current {
  background-color: #acc6e7;
  color: #fff;
  border: none;
}

.post-nav {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .post-nav {
    font-size: 16px;
    margin: 30px auto 50px;
  }
}
.post-nav__prev a {
  position: relative;
  display: inline-block;
  padding: 20px 40px 20px 70px;
}
@media screen and (max-width: 480px) {
  .post-nav__prev a {
    padding: 20px 20px 20px 40px;
  }
}
.post-nav__prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 42px;
  background: url(../img/news/n_pagenavi-prev.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .post-nav__prev a::before {
    width: 18px;
    height: 35px;
  }
}
.post-nav__line {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: #3e3a39;
}
@media screen and (max-width: 768px) {
  .post-nav__line {
    max-width: 80px;
  }
}
.post-nav__next a {
  position: relative;
  display: inline-block;
  padding: 20px 70px 20px 40px;
}
@media screen and (max-width: 480px) {
  .post-nav__next a {
    padding: 20px 40px 20px 20px;
  }
}
.post-nav__next a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 42px;
  background: url(../img/news/n_pagenavi-next.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .post-nav__next a::after {
    width: 18px;
    height: 35px;
  }
}/*# sourceMappingURL=style.css.map */