@charset "UTF-8";
.section.top_news_board_sec{
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
.section.top_news_board_sec{
  padding: 1rem 0 1.5rem;
  position: relative;
}
}
@media screen and (max-width: 600px) {
.section.top_news_board_sec{
  padding: 0.5rem 0 0.5rem;
  position: relative;
}
}


.top_news_board_sec .top_section_head {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
.top_news_board_sec .top_section_head {
    margin-bottom: 5px;
}
}


/* ----------------------------------------
タイトル　ttl
------------------------------------------*/
.ttl1_2 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.ttl1_2 i{
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fabe00;
    margin-right: 5px;
}


/* .ttl1_2::before {
    position: absolute;
    content: "";
    bottom: -15px;
    right: -24px;
    background: url(../images/common/leaf2.png) no-repeat center / contain;
    width: 55px;
    height: 60px;
}

.ttl1_2::after {
    position: absolute;
    content: "";
    top: -18px;
    left: -29px;
    background: url(../images/common/leaf1.png) no-repeat center / contain;
    width: 55px;
    height: 60px;
}
@media screen and (max-width: 767px) {
.ttl1_2::before {
    bottom: -15px;
    right: -24px;
    width: 45px;
    height: 50px;
}

.ttl1_2::after {
    top: -18px;
    left: -29px;
    width: 45px;
    height: 50px;
}
} */



.ttl1_2_sub {
    font-size: 1.4rem;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}
.ttl1_2_en {
    letter-spacing: 2px;
    color: #20992A;
    display: block;
    text-align: center;
}


@media screen and (max-width: 820px) {
    .ttl1_2{
        font-size: 1.6rem;
    }
    .ttl1_2 i {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 768px) {
    .ttl1_2{
        font-size: 1.6rem;
    }
    .ttl1_2 i {
        font-size: 1.4rem;
    }

}


@media screen and (max-width: 767px) {
    .ttl1_2 {
        font-size: 1rem;
        letter-spacing: .2rem;
    }
    .ttl1_2 i {
        font-size: 1rem;
    }
    .ttl1_2_sub {
        font-size: .8rem;
    }
}

/* ----------------------------------------
インフォメーションテキスト
------------------------------------------*/

.information_text{
  margin-bottom: 20px;
  text-align: center;
}
.information_text h2{
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #20992A;
  margin-bottom: 10px;
}


.information_text p{
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
.information_text{
  margin-bottom: 10px;
}
.information_text h2{
  font-size: 1.2rem;
}

.information_text p{
  font-size: 1rem;
}
}



/* ----------------------------------------
CTAボタン
------------------------------------------*/
.medical-menu{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
  width: min(1000px, 100%);
  margin: 0 auto;
}

.medical-menu__item{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
    min-height: 180px;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
background: #dcf9de;
    border: 3px solid #087041;
    border-radius: 30px;
  box-shadow:0 6px 12px rgba(0,0,0,.15);
  transition:.35s ease;

   overflow: hidden;
  z-index: 1;
}
.medical-menu__item::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background-image: url(../images/common/leaf_all.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 350px;
    opacity: 0.35;
}
.medical-menu__item:hover:before{
    opacity: 0.15;
}



.medical-menu__ttl{
    display: block;
    margin-bottom: 18px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #008a43;
    letter-spacing: 2px;
}

.medical-menu__txt{
  display:block;
  font-size:22px;
  font-weight:500;
  line-height:1.4;
  color:#333;
}


/* hover */
.medical-menu__item:hover{
  background: #087041;
  transform:translateY(-4px);
  box-shadow:0 12px 20px rgba(0,0,0,.2);
  opacity: 1;
}
/* @media screen and (max-width: 767px) {
.medical-menu__item:hover{
  opacity: 0.7;
}
} */



.medical-menu__item:hover .medical-menu__ttl,
.medical-menu__item:hover .medical-menu__txt{
  color:#fff;
}

.medical-menu__item:hover::after{
  opacity:1;
}

@media screen and (max-width:1024px){

  .medical-menu{
    gap:25px;
  }

  .medical-menu__item{
    min-height:180px;
  }

  .medical-menu__ttl{
    font-size:28px;
  }

  .medical-menu__txt{
    font-size:18px;
  }

}

@media screen and (max-width:767px){

  .medical-menu__item{
  min-height: 150px;
  padding: 10px 20px;
  text-align:center;
  border:2px solid #008a43;
  border-radius:20px;
  box-shadow:0 6px 12px rgba(0,0,0,.15);
  transition:.35s ease;
}
  .medical-menu{
    gap:15px;
  }
  .medical-menu__ttl{
    font-size:22px;
    margin-bottom:10px;
  }
  .medical-menu__txt{
    font-size:16px;
  }
}

@media screen and (max-width:600px){
.medical-menu__item{
  min-height: 130px;
  padding: 25px 5px 10px;
  justify-content: flex-start;
}

  .medical-menu{
    gap:10px;
  }

  .medical-menu__ttl{
    font-size:20px;
    margin-bottom:10px;
  }

  .medical-menu__txt{
   font-size: 15px;
  text-align: left;
  padding: 0 5px;
  }

}

/* ----------------------------------------
TOP こんな症状メニュー
------------------------------------------*/
.symptom-sec {
  padding: 60px 0;
  background: #fff;
  background: linear-gradient(180deg, #ffffff, #ffffff, #fffaec);
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.symptom-card {
  padding: 24px;
  border: 1px solid #d6ded8;
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 0%, rgba(58, 177, 111, .12), transparent 34%),
    linear-gradient(135deg, #f8fcf8 0%, #eef8ef 100%);
}

.symptom-card--blue,
.symptom-card--orange,
.symptom-card--green {
  background:
    radial-gradient(circle at 18% 0%, rgba(58, 177, 111, .12), transparent 34%),
    linear-gradient(135deg, #f8fcf8 0%, #eef8ef 100%);
  border-color: #d6ded8;
}

.symptom-card--green {
  grid-column: 1 / 3;
}

.symptom-card__ttl {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
}

.symptom-card__ttl span {
  color: #00843d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.symptom-card__icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex-shrink: 0;
}

.symptom-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.symptom-list--col2 {
  grid-template-columns: 1fr;
}

.symptom-list li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 46px 12px 24px;
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  background: #fff;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  transition: .25s ease;
}

.symptom-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #00843d;
  border-right: 2px solid #00843d;
  transform: translateY(-50%) rotate(45deg);
}

.symptom-list li a:hover {
  background: #f7fbf8;
}

.symptom-note {
  margin: 16px 0 0;
  color: #d90000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}


/* 1024px */
@media (max-width: 1024px) {

  .symptom-grid {
    grid-template-columns: 1fr;
  }

  .symptom-card--green {
    grid-column: auto;
  }

}


/* 767px */
@media (max-width: 767px) {

  .symptom-sec {
    padding: 40px 0;
  }

  .symptom-grid {
    gap: 22px;
  }

  .symptom-card {
    padding: 18px 14px 14px;
    border-radius: 13px;
  }

  .symptom-card__ttl {
    gap: 12px;
    margin-bottom: 14px;
  }

  .symptom-card__ttl span {
    font-size: 22px;
  }

  .symptom-card__icon {
    width: 42px;
    height: 42px;
  }

  .symptom-list li a {
    min-height: 50px;
    padding: 10px 40px 10px 14px;
    border-radius: 6px;
    font-size: 18px;
  }

  .symptom-list li a::after {
    right: 18px;
  }

  .symptom-note {
    padding-left: 4px;
    font-size: 16px;
  }

}


/* 480px */
@media (max-width: 480px) {

  .symptom-card__ttl span {
    font-size: 17px;
  }

  .symptom-list li a {
    font-size: 16px;
  }
  .symptom-card__icon {
    width: 35px;
    height: 35px;
  }
}

/* ----------------------------------------
top-director-area
------------------------------------------*/
.top-director-area{
  width: min(1000px, 100%);
  margin: 0 auto;
  padding: 5rem 0 1rem;
}

/* ----------------------------------------
当院の特徴 調整
------------------------------------------*/

.section.top_feature_sec{
 padding: 4rem 0 4rem; 
}

.features_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
gap: 20px;
}
.features_flex .textarea{
   width: calc(100% - 120px);
}
.features_flex .imgarea{
  width: 100px;
}

@media screen and (max-width: 1024px) {
.features_flex{
gap: 10px;
}
.features_flex .textarea{
   width: calc(100% - 80px);
}
.features_flex .imgarea{
  width: 70px;
}
}



@media screen and (max-width: 820px) {
.features_flex .textarea{
   width: calc(100% - 100px);
}
.features_flex .imgarea{
  width: 100px;
  margin-bottom: 20px;
}
.top_style .features_flex .imgarea{
  width: 70px;
  margin-bottom: 20px;
}


}
@media screen and (max-width: 480px) {
.features_flex .imgarea{
  width: 70px;
  margin-bottom: 20px;
}
}



.top_style .media_img{
  width: 100%;
  height: auto;
}
.second_foot{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.second_foot a{
  margin: 0 10px;
}


[data-aos] {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.top_news_area .info_list_item_ttl{
  display: block;
}

@media screen and (max-width: 767px) {
  .top_news_area .info_list_item_ttl{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.4;
  }
}

/* ----------------------------------------
切り替え
------------------------------------------*/
/* PC表示 */
.btn_wrap_pc{
  display:block;
  margin-top: 20px;
}

.btn_wrap_sp{
  display:none;
}

/* SP表示 */
@media screen and (max-width:767px){

  .btn_wrap_pc{
    display:none;
  }

  .btn_wrap_sp{
    display:block;
  }
}

@media screen and (max-width:767px){
  .news_more_sp{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translateY(-50%);
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    border: 1px solid #E29000;
    border-radius: 30px;
    text-decoration: none;
    color: #E29000;
    background: #fff;
    letter-spacing: 1px;
  }

}


/* ----------------------------------------
外来担当医表（WordPress内の追加CSSから持ってきてる）
------------------------------------------*/

.clinic-page.access-page .doctor_schedule_note {
  margin: 0 0 14px;
  color: #333;
  font-size: 15px;
  line-height: 1.75;
}

.clinic-page.access-page .doctor_schedule_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
}

.clinic-page.access-page .doctor_schedule_table th,
.clinic-page.access-page .doctor_schedule_table td {
  padding: 8px 4px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.45;
  word-break: keep-all;
  border: 1px solid #ccc;
}

.clinic-page.access-page .doctor_schedule_table thead th {
  font-weight: 700;
  background: #f5f5f5;
}

.clinic-page.access-page .doctor_schedule_table thead th:first-child,
.clinic-page.access-page .doctor_schedule_table tbody th {
  width: 32px;
}

.clinic-page.access-page .doctor_schedule_table tbody th {
  font-weight: 700;
  background: #fafafa;
}

.clinic-page.access-page .doctor_director {
  background: #f6d8f2;
}

.clinic-page.access-page .doctor_vice {
  background: #dceff7;
}

.clinic-page.access-page .doctor_schedule_time_note,
.clinic-page.access-page .doctor_schedule_caution {
  margin: 8px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}

/* footer_style */
.footer_style .clinic-page.access-page .doctor_schedule_time_note,
.footer_style .clinic-page.access-page .doctor_schedule_caution {
  margin: 8px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}


/* 担当医表アコーディオン */
.clinic-page.access-page .doctor_schedule_accordion {
  margin-top: 10px;
}

.clinic-page.access-page .doctor_schedule_accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 11px 48px 11px 16px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  background: #e5e9e6;
  border: 1px solid #aeb8b1;
  border-radius: 6px;
  box-sizing: border-box;
}

.clinic-page.access-page
.doctor_schedule_accordion summary::-webkit-details-marker {
  display: none;
}

.clinic-page.access-page
.doctor_schedule_accordion summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "＋";
  color: #00843d;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.clinic-page.access-page
.doctor_schedule_accordion[open] summary::after {
  content: "−";
}

.clinic-page.access-page
.doctor_schedule_accordion summary:hover {
  background: #d9dfdb;
  border-color: #89968d;
}

.clinic-page.access-page .doctor_schedule_contents {
  padding-top: 16px;
}


.btn_wrap.map_link a span{
  position: relative;
  font-size: 0.8rem;
}
.btn_wrap:hover.map_link a span:before {
    color: #ffffff;
    transition: .5s;
}

.map_link .access_btn {
    padding: .2rem 2.5rem .2rem 2.5rem;
    position: relative;
}
    
    .btn_wrap.map_link a span {
    position: relative;
    font-size: 1rem;
}


.map_link .access_btn::before {
    position: absolute;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 53%;
    right: 5%;
    transform: translateY(-50%);
    transition: .5s;
    font-size: 1rem;
}

