﻿@charset "utf-8";
.div_h1{
  background: url(../img/common/h1_backimge.jpg) no-repeat center /140%;
}
#sec_timetable .table_time{
  width: 100%;
}
#sec_timetable .table_time td{
  width: 10%;
}
#sec_timetable .text_st01{
  font-size: 20rem;
  text-align: center;
}
#art_messege .prof,
#sec_staff .prof{
  font-family: "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #B3984F;
  margin-bottom: 0;
  font-size: 20rem;
}
#art_messege .p_concept,
#sec_staff .p_concept{
  margin: 30px 0;
  font-family: "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17rem;
  display: inline-block;
}
#art_messege .ul01 {
  margin-top: 30px;
}
.anime_dr_con .anime_dr {
  text-align: left;
  margin:20px 0px 20px 10px;
  color: #fff;
  position: relative;
  font-family: arno-pro,serif;
  font-weight: 400;
  font-style: normal;
  background-image: linear-gradient(
    70deg,
    #B3984F 45%, 
    #fff 50%,
    #B3984F 55% 
  );
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s ease-in-out infinite alternate;
}
.anime_dr_con {
  display: inline-block;
  margin-bottom: 0;
  float: right;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
    text-shadow: 0 0 10px #8EB485;
  }
  100% {
    background-position: 0% 50%;
    text-shadow: 0 0 2px #8EB485;
  }
}
@media (min-width: 769px) {

  #art_messege .im_dc_yoshida,
  #sec_staff .im_dc{
    width:200px;
    float: left;
    margin:15px 0 0 0;
  }
  #sec_staff .im_dc{
    margin-top: 0;
  }
  #sec_staff .im_staff{
    width:450px;
    float: left;
    margin:0px 30px 0 0;
  }
  #art_messege .div_profdate,
  #sec_staff .div_profdate{
    margin-left:230px;
  }
  #art_p_obstetrics .cooperationmenu_clinic_link img{
    width: 750px;
    margin: auto;
    display: block;
  }
  #sec_staff article{
    clear: both;
  }
  #art_staff_mine .div_topic01 .div_profdate {
    margin-bottom: 135px;
  }
  .anime_dr_con {
    width: 600px;
  }
}

@media (max-width: 768px) {
  #art_messege .prof,
  #sec_staff .prof{
    margin-bottom: 5px;
    font-size: 16rem;
  }
  #art_messege .p_concept,
  #sec_staff .p_concept{
    font-size: 15rem;
  }
  #art_messege  .im_dc_yoshida,
  #sec_staff .im_dc{
    min-width: 200px;
    width: 60%;
    display: block;
    margin: auto auto 15px;
  }
  #sec_staff .im_staff{
    width: 85%;
    display: block;
    margin: auto auto 15px;
  }
  #sec_timetable .table_time {
    width: 800px;
  }

  #sec_timetable .text_st01{
    font-size: 16rem;
    text-align: center;
  }
  #art_p_obstetrics .cooperationmenu_clinic_link img{
    width: 100%;
    margin: auto;
    display: block;
  }
  #art_staff_mine .div_topic01 .div_profdate {
    margin-bottom: 15px;
  }
  .anime_dr_con {
    width: 130px;
  }

}