
.doctor img[src*="dummy-dr"] {
  visibility: hidden;
}
.subpage.recruit .lnav-rich .lnav-subttl a{
  text-decoration: none;
  pointer-events: none;
}
.subpage.recruit .lnav-rich .lnav-subttl a::after{
  display: none;
}
.subpage #contents{
  margin-bottom: 40px;
}

.label.blue.label-simple{
 border-color: #0068b7 !important;
 color: #0068b7 !important;
 background-color: transparent !important;
}
.label.red.label-simple {
  border-color: #a40000 !important;
  color: #a40000 !important;
  background-color: transparent !important;
}
.label.green.label-simple {
  border-color: #638c0b !important;
  color: #638c0b !important;
  background-color: transparent !important;
}
.label.orange.label-simple {
  border-color: #f39800 !important;
  color: #f39800 !important;
  background-color: transparent !important;
}
/* -- CALENDAR ---------------------------------------------------- */
/* calendar
--------------------------------------------------*/
.calendar {
  width: calc(50% - 25px);
  padding: 60px;
  background-color: #fff;
}

@media (min-width: 420px) and (max-width: 1149px) {
  .calendar {
    width: 100%;
    padding: 30px;
  }
}

@media (max-width: 420px) {
  .calendar {
    width: 100%;
    padding: 16px 16px 5px;
  }
}

.calendar-wrap {
  position: relative;
}

.calendar-hdr {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 420px) {
  .calendar-hdr {
    margin-top: 10px;
  }
}

.calendar-month {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}

.calendar-month:after {
  content: "※予約時間の30分前におこしください。";
  font-size: 70%;
  position: absolute;
  top: 4px;
  right: 107px;
}

.inful_wrap .calendar-month:after {
  content: "※予約時間の15分前におこしください。";
}

.calendar-paginate {
  position: relative;
  z-index: 5;
}

.calendar-paginate>ul {
  display: flex;
}
.calendar-paginate a {
  text-decoration: none;
}

.calendar-next,
.calendar-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  background-color: transparent;
  line-height: 1;
  color: var(--main-color);
  border: none;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid var(--main-color);
  border-radius: 5px;
}

.calendar-prev {
  order: 0;
}

.calendar-today {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 20px;
  margin-left: 8px;
  background-color: #ffe875;
  font-size: 14px;
  font-size: 0.875rem;
  color: #111;
  order: 2;
  line-height: 1;
}

@media (max-width: 420px) {
  .calendar-today {
    font-size: 12px;
    font-size: 0.75rem;
    width: 45px;
    height: 16px;
  }
}

.calendar-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
  position: relative;
}

@media (max-width: 420px) {
  .calendar-table {
    margin-top: 5px;
  }
}

.calendar-week {
  background-color: #ffd601;
}

.calendar-week>th {
  width: calc(100% / 7);
  height: 57px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid;
  font-weight: bold;
  font-size: 15px;
  color: #111;
}

@media (max-width: 420px) {
  .calendar-week>th {
    height: 28px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.calendar-week>th:first-child {
  border-left-width: 0;
}

.calendar tbody tr:nth-child(1) .calendar-date {
  border-top-width: 0;
}

.calendar-date {
  position: relative;
  width: calc(100% / 7);
  height: 78px;
  padding: 33px 3px 3px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  vertical-align: top;
  box-sizing: border-box;
}

.calendar-table tbody td.youbi_0 {
  background: #ffe2e2 !important;
}
.calendar-table tbody td.youbi_6 {
  background: #f3faff !important;
}

.calendar-table tbody td.youbi_6 .day {
  color: #2f66b3;
}

.calendar-table tbody td.youbi_0 .day {
  color: #b93335;
}

@media (max-width: 420px) {
  .calendar-date {
    padding: 16px 1px 2px;
  }
}

.calendar-img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 159px;
  height: 77px;
  background: url("../../home-img/calendar_img.png") no-repeat right 0;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 420px) {
  .calendar-img {
    top: -30px;
    right: 0;
    width: 95px;
    height: 48px;
  }
}

.day {
  top: 4px;
  right: 4px;
  font-size: 13px;
}

@media (max-width: 420px) {
  .day {
    top: 2px;
    right: 2px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.calendar_ui {
  padding: 60px 0 20px !important;
}

.cal_arw {
  top: 65px;
}

.cal_arw.next {
  right: 400px;
}

.cal_arw.prev {
  left: 400px;
}

.cal_tbl .btn {
  background: #b4a081 !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* iOSでのデフォルトスタイルをリセット */
.cal_tbl #calenderTable input[type="submit"],
.cal_tbl #calenderTable input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.cal_tbl #calenderTable input[type="submit"]::-webkit-search-decoration,
.cal_tbl #calenderTable input[type="button"]::-webkit-search-decoration {
  display: none;
}

.cal_tbl #calenderTable input[type="submit"]::focus,
.cal_tbl #calenderTable input[type="button"]::focus {
  outline-offset: -2px;
}

.cal_tbl #calenderTable td div {
  min-height: auto;
  padding: 0 0px;
}

.cal_tbl #calenderTable td>div {
  padding: 0px 10px !important;
}

.cal_tbl #calenderTable td {
  background: #fff !important;
  border: 1px solid #ffeaea !important;
  padding: 50px 0 20px 0 !important;
  word-break: break-word;
  position: relative;
}

.cal_tbl #calenderTable td:first-child:before {
  display: block;
  float: left;
  min-height: 60px;
  /* この値は適宜書き換える */
  content: "";
  width: calc(100% / 7);
}

.cal_tbl #calenderTable td span {
  position: absolute;
  top: 0;
  left: 0;
}

.cal_tbl tr th,
.cal_tbl tr td {
  padding: 18px 20px !important;
  text-align: left;
  font-size: 100%;
  width: auto;
}

.cal_cp02 span>a {
  color: #fff;
}

.cal_cp02 .prev>a i {
  left: -20px;
}

.cal_cp02 .next>a i {
  right: -20px;
}

.wp_entry a::after {
  display: none;
}

/* calendar
-------------------------------------------------- */
.schedulePulldownList {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.1;
  position: relative;
}

@media (max-width: 767px) {
  .schedulePulldownList {
    padding: 15px 4px;
    margin: 10px auto;
  }
}

/*インターンシップ*/
.schedulePulldownList {
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 3px auto;
}

input.entry_btn,
.reservBtnWrap input[type="button"] {
  background: none;
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: none;
  border: none;
}

.submit input {
  max-width: 300px;
  padding: 0 30px;
  box-sizing: border-box;
  width: 350px;
}

.time_select_area {
  display: none;
}

@media screen and (max-width: 960px) {
  .cal_tbl {
    padding: 0 0px !important;
  }

  .cal_tbl tr th,
  .cal_tbl tr td {
    padding: 18px 0px !important;
  }

  .cal_tbl #calenderTable td>div {
    padding: 0px 0px !important;
  }

  .cal_arw.next {
    right: 5px !important;
  }

  .cal_arw.prev {
    left: 5px !important;
  }
}

.reservBtnWrap>input,
.reservBtnWrap:empty {
  background: rgba(0, 0, 0, 0.3) !important;
  pointer-events: none;
  color: #000 !important;
}

.reservBtnWrap:empty {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.reservBtnWrap>input:hover {
  opacity: 1;
}

.schedulePulldownList:hover {
  opacity: 0.7;
}

input.entry_btn[type="submit"]:hover {
  background: none;
}

.time_area {
  font-size: 14px;
  position: relative;
  letter-spacing: 0;
  text-align: center;
  background: #ffe875;
  padding: 5px 3px 12px 3px;
  box-sizing: border-box;
  border-radius: 5px;
}

.time_area:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  font-weight: 900;
  margin-left: 4px;
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
}

.calendar-date span.youbi {
  display: none;
}

.kumin_atenttion {
  font-size: 90% !important;
  margin: 30px auto;
  background: #e7e7e7;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 96%;
}

.closed .time_area {
  display: none;
}

.form_tbl td span.kome {
  display: block;
  font-size: 80%;
  margin-top: 5px;
}

.attention_box {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 3px solid #ffcc01;
}

.attention_box>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
}

.attention_box>div>p {
  width: 350px !important;
  margin: 0 !important;
  color: #e12a72;
  font-weight: bold;
}

.attention_box>div>a,
.btn_bg_yellow {
  width: 350px;
  text-align: center;
  margin: 0 0 0 20px !important;
  background: #ffcc01;
  color: #222;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.attention_box>div>a:hover,
.btn_bg_yellow:hover {
  background: #e12a72 !important;
  color: #fff;
  border: #e12a72 3px solid;
}

@media screen and (max-width: 960px) {
  .calendar-date span.youbi {
    display: inline-block;
  }

  .calendar-week>th {
    display: none;
  }

  td.calendar-date {
    display: block;
    width: 100%;
    height: auto;
    padding: 35px 10px 10px 10px;
  }

  td.calendar-date:empty {
    display: none;
  }

  .calendar-table {
    box-sizing: border-box;
    border: 1px solid #ccc;
  }

  td.calendar-date {
    border: none;
    border-bottom: 1px solid #ccc;
  }

  .day {
    top: 10px;
    right: 0;
    left: 10px;
    font-size: 12px;
  }

  .calendar-paginate>ul {
    justify-content: space-between;
  }

  .attention_box>div {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .attention_box>div>p {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px !important;
  }

  .attention_box>div>a {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }

  .calendar-paginate {
    margin-bottom: 40px;
  }

  .calendar-month::after {
    top: auto;
    right: 0;
    bottom: -30px;
    width: 100%;
    text-align: center;
    left: 0;
  }

  span.sf {
    font-size: 17px;
  }
}
.wp_entry .h1-bg-img {background-image: url(../img/h1-bg-overview.jpg);}
body.for-medical .wp_entry .h1-bg-img {background-image: url(../img/h1-bg-overview.jpg);}
body.checkup .wp_entry .h1-bg-img {background-image: url(../img/h1-bg-guide.jpg);}
body.dept .wp_entry .h1-bg-img {background-image: url(../img/h1-bg-guide.jpg);}
body.features .wp_entry .h1-bg-img {background-image: url(../img/h1-bg-guide.jpg);}
body.inpatient .wp_entry .h1-bg-img {background-image: url(../img/h1-bg-inpatient.jpg);}
body.outpatient .wp_entry .h1-bg-img {background-image: url(../img/h1-bg-outpatient.jpg);}
body.yakan .wp_entry .h1-bg-img {background-image: url(/wp-uploads/yakan-kv.jpg);}

.wp_entry .breadcrumbs{margin-bottom: 60px;}
.tabs.js-tabs.main-contetnt{
  margin-top: 40px;
}
:root .wp_entry .tab_content:has(.table-dr-roster){
  padding: 40px;
}
@media screen and (max-width: 560px) {
  :root .wp_entry .tab_content:has(.table-dr-roster) {
      padding: 15px 10px 10px; }
}
.youtube{
  padding-top: unset;
}
.events-past dt .label {
display: none;
}

.wp_entry .figure-caption,.wp_entry .fig-caption{
  font-size: 0.85em;
  color: #333;
  line-height: 1.75;
  margin-top: 0;
}
