@charset "utf-8";
/* CSS Document */
.l-main__inner {
  text-align: justify;
  margin-bottom: 80px;
}
/*-------------------------
first
--------------------------*/
.sinryoBox h4 {
  text-align: center;
  color: #699563;
  font-weight: 600;
}
p.icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  text-align: justify;
  align-items: center;
  justify-content: center;
}
p.icon img {
  width: 90%;
}
/*-------------------------
about
--------------------------*/
.facilityFlex dt {
  font-size: 2.2rem;
  font-weight: 600;
  color: #699563;
}
/*-------------------------
news
--------------------------*/
/*-------------------------
menu
--------------------------*/
.kafunBox h3 {
  margin-bottom: min(2.5vw, 30px);
  padding: 0 1rem 0.9rem;
  font-size: 2.6rem;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #25af13;
  color: #333;
  font-weight: 500;
  margin-top: 5.6rem;
}
.kafunBox .point h4 {
  font-weight: bold;
  color: #25af13;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
.doctorBox {
  position: relative;
}
.doctorBox::before {
  position: absolute;
  content: "";
  background: url(../../img/top/bg_message02_pc.png) no-repeat center / cover;
}
.staff-greeting__name {
  text-align: right !important;
  position: relative;
  font-weight: bold;
}
.staff-greeting__name--small {
  margin-bottom: 0.7rem;
}
.staff-greeting__name--medium {
  font-weight: bold;
}
.Keireki li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.kensyu-1 {
  max-width: 100%;
  background-color: #699563;
  border-radius: 1.2rem;
  margin-bottom: 20px;
}
.kensyu-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.kensyu-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .5s;
}
.kensyu-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.kensyu-1[open] p {
  transform: none;
  opacity: 1;
  background-color: #fff;
  padding-top: 20px;
}
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  .mt30_pc {
    margin-top: 30px !important;
  }
  .mt50_pc {
    margin-top: 50px !important;
  }
  /*-------------------------
menu(PC)
--------------------------*/
  /*------------------------
staff(PC)
--------------------------*/
  .doctorBox .flexContent {
    width: 55%;
  }
  .doctorBox .flexImg {
    width: 40%;
  }
  .doctorBox::before {
    right: calc(50% - 70.1rem);
    bottom: -3.5rem;
    width: 38.5rem;
    height: 21.3rem;
  }
  .staff-greeting__name {
    margin-top: 4.7rem;
    font-size: 2.2rem !important;
  }
  .staff-greeting__name--small {
    font-size: 1.7rem;
  }
  .staff-greeting__name--medium {
    font-size: 1.8rem;
  }
  .doctorInfoBox {
    margin-bottom: 50px !important;
  }
  .keirekiBox {
    width: 50% !important;
  }
  .Keireki li dl {
    display: flex;
    margin-bottom: 0 !important;
  }
  .Keireki li dl dt {
    width: 30%;
  }
  .Keireki li dl dd {
    width: 70%;
  }
  .sikakuBox {
    width: 45% !important;
  }
  .kensyuName {
    display: block;
    text-align: right;
  }
  /*-------------------------
about(PC)
--------------------------*/
  /*-------------------------
first(PC)
--------------------------*/
  .sinryoBox h4 {
    font-size: 2.2rem;
    letter-spacing: 5px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  /*-------------------------
menu(SP)
--------------------------*/
  .kafunTbl {
    text-align: left !important;
  }
  .kafunBox h3 {
    margin-bottom: 2rem;
    padding: 0 1.5rem 0.5rem;
    font-size: 4.4vw;
  }
  .kafunBox .point {
    margin: 2rem 0 !important;
  }
  /*------------------------
staff(SP)
--------------------------*/
  .doctorBox::before {
    right: -21.6px;
    width: 27rem;
    height: 15.2rem;
    z-index: 1;
    top: 32.7rem;
  }
  .staff-greeting__name {
    font-size: 1.9rem !important;
    margin-top: 20px;
  }
  .staff-greeting__name--small {
    font-size: 1.5rem;
  }
  .staff-greeting__name--medium {
    font-size: 1.7rem;
  }
  .Keireki dl {
    margin-bottom: 0 !important;
  }
  .Keireki dt, .kensyu-1 summary {
    font-size: 1.4rem;
  }
  /*-------------------------
about(SP)
--------------------------*/
  .facilityFlex dt {
    font-size: 4vw;
  }
  /*-------------------------
first(SP)
--------------------------*/
  .sinryoBox h4 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
  /*-------------------------
special(SP)
--------------------------*/
  .echoTbl {
    font-size: 3.6vw !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }
}