
/* dept-serach 診療科検索
-------------------------------------------------- */
/* エントリースタイルを上書きするため、一律して「.wp_entry」から指定する */
.wp_entry .dept {
  padding: 35px 35px 40px;
  border: 10px solid #effdf7;
}
.wp_entry .dept li {
  text-indent: 0;
}
.wp_entry .dept li::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .wp_entry .dept {
    padding: 10px 10px 20px;
  }
}

.wp_entry .dept-nav {
  position: relative;
  float: left;
  width: 335px;
  height: 510px;
  background: url("../../img/dept-search/bg_dept_nav.png") no-repeat 0 0;
}
.wp_entry .dept-nav__ttl {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  text-align: center;
  background: none;
}
.wp_entry .dept-nav__list-item {
  position: absolute;
  padding: 0;
}

/* ナビボタン */
.wp_entry .dept-nav__list-item--head {
  top: 45px;
  right: 41px;
}
.wp_entry .dept-nav__list-item--face {
  top: 75px;
  left: 27px;
}
.wp_entry .dept-nav__list-item--neck {
  top: 94px;
  right: 13px;
}
.wp_entry .dept-nav__list-item--breast {
  top: 144px;
  left: 13px;
}
.wp_entry .dept-nav__list-item--belly {
  top: 226px;
  left: 0px;
}
.wp_entry .dept-nav__list-item--waist {
  top: 332px;
  left: 21px;
}
.wp_entry .dept-nav__list-item--back {
  top: 186px;
  right: 13px;
}
.wp_entry .dept-nav__list-item--hip {
  top: 346px;
  right: 40px;
}
.wp_entry .dept-nav__list-item--limbs {
  top: 420px;
  right: 34px;
}
.wp_entry .dept-nav__list-item--body {
  top: 410px;
  left: 20px;
}
.wp_entry .dept-nav__list-item--other {
  top: 460px;
  left: 6px;
}

/* ナビボタンここまで */

.wp_entry .dept-nav__btn {
  display: block;
  padding: 3px 20px 3px 33px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #ccc;
  background: linear-gradient(#f6f6f5 50%, #eeedec 50%, #eeedec 100%);
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.wp_entry .dept-nav__list-item.is-active .dept-nav__btn, .wp_entry .dept-nav__btn:hover {
  background: linear-gradient(#43b587 50%, #239e6c 50%, #239e6c 100%);
  color: #fff;
}
.wp_entry .dept-nav__btn::before {
  display: block;
  content: '\f138';
  position: absolute;
  top: 50%;
  left: 10px;
  background: none;
  line-height: 1;
  color: #26997b;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 11px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wp_entry .dept-nav__list-item.is-active .dept-nav__btn::before, .wp_entry .dept-nav__btn:hover::before {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wp_entry .dept-nav {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    background: none;
  }
  .wp_entry .dept-nav__ttl {
    display: none;
  }
  .wp_entry .dept-nav__list {
    margin: 0 -5px;
  }
  .wp_entry .dept-nav__list-item {
    position: static;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
  }
  .wp_entry .dept-nav__btn {
    padding: 6px 10px 6px 20px;
    font-size: 14px;
  }
}

.wp_entry .dept-main {
  float: right;
  width: 510px;
}
.wp_entry .dept-main__ttl {
  margin: 0 0 20px;
  padding: 16px;
  background: #26997b;
  color: #fff;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wp_entry .dept-main {
    float: none;
    width: auto;
  }
  .wp_entry .dept-main__ttl {
    margin: 0 0 15px;
    padding: 13px;
    font-size: 18px;
  }
}

.wp_entry .dept-contents {
}
.wp_entry .dept-contents__item {
  display: none;
}
.wp_entry .dept-contents__ttl {
  margin: 0 0 25px;
  padding: 10px;
  border: 3px solid #ddd;
  background: none;
  color: #000;
  font-size: 16px;
  text-align: center;
}
.wp_entry .dept-contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.wp_entry .dept-contents__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 50%;
  padding: 0 10px;
}
.wp_entry .dept-contents__list-item::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  border-bottom: 1px dashed #ccc;
}
.wp_entry .dept-contents__btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 10px 12px 0;
  line-height: 1.5;
  color: inherit;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.001em;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
_::-webkit-full-page-media, _:future, :root .wp_entry .dept-contents__btn {
  /* Safari フォントサイズ調整 */
  font-size: 14px;
}
.wp_entry .dept-contents__btn:hover {
  color: #239e6c;
}
.wp_entry .dept-contents__btn::before {
  display: block;
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 0;
  background: none;
  line-height: 1;
  color: #239e6c;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .wp_entry .dept-contents__ttl {
    margin-bottom: 15px;
    padding: 5px;
    font-size: 14px;
  }
  .wp_entry .dept-contents__list-item {
    width: 100%;
  }
  .wp_entry .dept-contents__btn {
    padding: 12px 10px 12px 0;
    font-size: 13px;
  }
}

.wp_entry .dept-detail__item {
  display: none;
}
.wp_entry .dept-detail__ttl {
  position: relative;
  margin: 0 0 40px;
  padding: 3px 0 3px 20px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  font-size: 18px;
}
.wp_entry .dept-detail__ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #26997b;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wp_entry .dept-detail__list {
  margin-bottom: 20px;
}
.wp_entry .dept-detail__list-item {
  margin-bottom: 12px;
  padding: 0 65px;
}
.wp_entry .dept-detail__list-item:last-child {
  margin: 0;
}
.wp_entry .dept-detail__btn {
  display: block;
  position: relative;
  padding: 8px 35px;
  border-radius: 4px;
  background: #c0ecda;
  color: #000;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.wp_entry .dept-detail__btn--disabled {
  background: #ddd;
  pointer-events: none;
  cursor: default;
}
.wp_entry .dept-detail__btn:hover {
  background: #239e6c;
  color: #fff;
}
.wp_entry .dept-detail__btn::before {
  display: block;
  content: '\f138';
  position: absolute;
  top: 50%;
  left: 15px;
  background: none;
  line-height: 1;
  color: #239e6c;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wp_entry .dept-detail__btn:hover::before {
  color: #fff;
}
.wp_entry .dept-detail__note {
  margin: 0;
  line-height: 1.875;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wp_entry .dept-detail__ttl {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .wp_entry .dept-detail__list {
    margin-bottom: 10px;
  }
  .wp_entry .dept-detail__list-item {
    margin-bottom: 10px;
    padding: 0;
  }
  .wp_entry .dept-detail__btn {
    font-size: 15px;
  }
  .wp_entry .dept-detail__note {
    line-height: 1.65;
    font-size: 13px;
  }
}

/* dr_roster 夜間表示を非表示
-------------------------------------------------- */
.table-dr-roster tr:nth-child(3){
  display:none !important;
}
